From 1051c7478dd388ed6a818e299aed72e178f7b912 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Thu, 3 Dec 2020 13:16:41 +0100 Subject: [PATCH] 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(+) diff --git a/app-editors/vis/vis-0.6.ebuild b/app-editors/vis/vis-0.6.ebuild index 917b313cc0f3b..6d183fc5d65d6 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 96ca444a24915..e39c606826851 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