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/lua-argparse/
Date: Wed, 21 Apr 2021 20:44:44
Message-Id: 1619037590.eb8c1d04498ed2d50d419db79838e77954a98758.conikost@gentoo
1 commit: eb8c1d04498ed2d50d419db79838e77954a98758
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 21 20:39:30 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 21 20:39:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8c1d04
7
8 dev-lua/lua-argparse: 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/lua-argparse/lua-argparse-0.7.1.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild b/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild
18 index 699ceee9717..1a1b91e090e 100644
19 --- a/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild
20 +++ b/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild
21 @@ -15,6 +15,7 @@ S="${WORKDIR}/${PN//lua-/}-${PV}"
22 LICENSE="MIT"
23 SLOT="0"
24 KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 x86"
25 +REQUIRED_USE="${LUA_REQUIRED_USE}"
26
27 RDEPEND="${LUA_DEPS}"
28 DEPEND="${RDEPEND}"