Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vis/
Date: Thu, 03 Dec 2020 12:18:11
Message-Id: 1606997879.1051c7478dd388ed6a818e299aed72e178f7b912.marecki@gentoo
1 commit: 1051c7478dd388ed6a818e299aed72e178f7b912
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 12:16:41 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 12:17:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1051c747
7
8 app-editors/vis: add LUA_REQUIRED_USE to migrated ebuilds
9
10 Bug: https://bugs.gentoo.org/752540
11 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
12
13 app-editors/vis/vis-0.6.ebuild | 1 +
14 app-editors/vis/vis-9999.ebuild | 1 +
15 2 files changed, 2 insertions(+)
16
17 diff --git a/app-editors/vis/vis-0.6.ebuild b/app-editors/vis/vis-0.6.ebuild
18 index 917b313cc0f..6d183fc5d65 100644
19 --- a/app-editors/vis/vis-0.6.ebuild
20 +++ b/app-editors/vis/vis-0.6.ebuild
21 @@ -16,6 +16,7 @@ LICENSE="ISC"
22 SLOT="0"
23 KEYWORDS="~amd64 ~arm ~x86"
24 IUSE="+ncurses +lua selinux test tre"
25 +REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
26 RESTRICT="!test? ( test )"
27
28 # - Known to also work with NetBSD curses
29
30 diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild
31 index 96ca444a249..e39c6068268 100644
32 --- a/app-editors/vis/vis-9999.ebuild
33 +++ b/app-editors/vis/vis-9999.ebuild
34 @@ -13,6 +13,7 @@ LICENSE="ISC"
35 SLOT="0"
36 KEYWORDS=""
37 IUSE="+ncurses +lua selinux test tre"
38 +REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
39 RESTRICT="!test? ( test )"
40
41 # - Known to also work with NetBSD curses