summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-12-03 13:16:41 +0100
committerMarek Szuba <marecki@gentoo.org>2020-12-03 13:17:59 +0100
commit1051c7478dd388ed6a818e299aed72e178f7b912 (patch)
tree00a87966f1a4dcc2b26b8acf133799a149f01827 /app-editors/vis
parentdev-games/tiled: fix plugin loading, add python3.8 support (diff)
downloadgentoo-1051c7478dd388ed6a818e299aed72e178f7b912.tar.gz
gentoo-1051c7478dd388ed6a818e299aed72e178f7b912.tar.bz2
gentoo-1051c7478dd388ed6a818e299aed72e178f7b912.zip
app-editors/vis: add LUA_REQUIRED_USE to migrated ebuilds
Bug: https://bugs.gentoo.org/752540 Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-editors/vis')
-rw-r--r--app-editors/vis/vis-0.6.ebuild1
-rw-r--r--app-editors/vis/vis-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/app-editors/vis/vis-0.6.ebuild b/app-editors/vis/vis-0.6.ebuild
index 917b313cc0f3..6d183fc5d65d 100644
--- a/app-editors/vis/vis-0.6.ebuild
+++ b/app-editors/vis/vis-0.6.ebuild
@@ -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
diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild
index 96ca444a2491..e39c60682685 100644
--- a/app-editors/vis/vis-9999.ebuild
+++ b/app-editors/vis/vis-9999.ebuild
@@ -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