Skip to content

Commit

Permalink
app-editors/vis: add LUA_REQUIRED_USE to migrated ebuilds
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/752540
Signed-off-by: Marek Szuba <[email protected]>
  • Loading branch information
Marek Szuba committed Dec 3, 2020
1 parent 6abcde0 commit 1051c74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-editors/vis/vis-0.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="+ncurses +lua selinux test tre"
REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
RESTRICT="!test? ( test )"

# - Known to also work with NetBSD curses
Expand Down
1 change: 1 addition & 0 deletions app-editors/vis/vis-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ LICENSE="ISC"
SLOT="0"
KEYWORDS=""
IUSE="+ncurses +lua selinux test tre"
REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
RESTRICT="!test? ( test )"

# - Known to also work with NetBSD curses
Expand Down

0 comments on commit 1051c74

Please sign in to comment.