From 1051c7478dd388ed6a818e299aed72e178f7b912 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Thu, 3 Dec 2020 13:16:41 +0100 Subject: app-editors/vis: add LUA_REQUIRED_USE to migrated ebuilds Bug: https://bugs.gentoo.org/752540 Signed-off-by: Marek Szuba --- app-editors/vis/vis-0.6.ebuild | 1 + app-editors/vis/vis-9999.ebuild | 1 + 2 files changed, 2 insertions(+) (limited to 'app-editors/vis') 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 -- cgit v1.2.3-65-gdbad