Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luasystem/
Date: Wed, 21 Apr 2021 20:44:44
Message-Id: 1619037711.80a119b31508e83ac751a0f3bf8e6eae0aa91859.conikost@gentoo
1 commit: 80a119b31508e83ac751a0f3bf8e6eae0aa91859
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 21 20:41:47 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 21 20:41:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a119b3
7
8 dev-lua/luasystem: add missing LUA_REQUIRED_USE
9
10 Bug: https://bugs.gentoo.org/784170
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild b/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild
18 index 1fb6447654a..8eb4071008f 100644
19 --- a/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild
20 +++ b/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild
21 @@ -17,6 +17,7 @@ LICENSE="MIT"
22 SLOT="0"
23 KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 x86"
24 IUSE="test"
25 +REQUIRED_USE="${LUA_REQUIRED_USE}"
26 RESTRICT="!test? ( test )"
27
28 RDEPEND="${LUA_DEPS}"