Skip to content

Commit

Permalink
app-editors/neovim: add PREFER_LUA CMake option.
Browse files Browse the repository at this point in the history
This option allows neovim to build even when the luajit USE flag is
disabled.

Courtesy of Kumba <[email protected]>.

Closes: https://bugs.gentoo.org/643752
Package-Manager: Portage-2.3.13, Repoman-2.3.3
  • Loading branch information
monsieurp committed Jan 7, 2018
1 parent 90ccc35 commit 15dd089
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-editors/neovim/neovim-0.2.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ src_configure() {
local mycmakeargs=(
-DFEAT_TUI=$(usex tui)
-DENABLE_JEMALLOC=$(usex jemalloc)
-DPREFER_LUA=$(usex luajit no yes)
)
cmake-utils_src_configure
}
Expand Down
1 change: 1 addition & 0 deletions app-editors/neovim/neovim-0.2.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ src_configure() {
local mycmakeargs=(
-DFEAT_TUI=$(usex tui)
-DENABLE_JEMALLOC=$(usex jemalloc)
-DPREFER_LUA=$(usex luajit no yes)
)
cmake-utils_src_configure
}
Expand Down
1 change: 1 addition & 0 deletions app-editors/neovim/neovim-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ src_configure() {
local mycmakeargs=(
-DFEAT_TUI=$(usex tui)
-DENABLE_JEMALLOC=$(usex jemalloc)
-DPREFER_LUA=$(usex luajit no yes)
)
cmake-utils_src_configure
}
Expand Down

0 comments on commit 15dd089

Please sign in to comment.