commit:     1051c7478dd388ed6a818e299aed72e178f7b912
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  3 12:16:41 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 12:17:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1051c747

app-editors/vis: add LUA_REQUIRED_USE to migrated ebuilds

Bug: https://bugs.gentoo.org/752540
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-editors/vis/vis-0.6.ebuild  | 1 +
 app-editors/vis/vis-9999.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-editors/vis/vis-0.6.ebuild b/app-editors/vis/vis-0.6.ebuild
index 917b313cc0f..6d183fc5d65 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 96ca444a249..e39c6068268 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

Reply via email to