Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luaposix/
Date: Wed, 02 Dec 2020 23:57:53
Message-Id: 1606953406.9e3404685af2202d08aad76afc9d94d6bdb42b48.marecki@gentoo
1 commit: 9e3404685af2202d08aad76afc9d94d6bdb42b48
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 23:43:12 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 23:56:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e340468
7
8 dev-lua/luaposix: remove dev-lua/lua-bit32 from DEPEND
9
10 It is only needed at run time.
11
12 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
13
14 dev-lua/luaposix/luaposix-35.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-lua/luaposix/luaposix-35.0.ebuild b/dev-lua/luaposix/luaposix-35.0.ebuild
18 index 06ef159c1e9..efcbfd7161c 100644
19 --- a/dev-lua/luaposix/luaposix-35.0.ebuild
20 +++ b/dev-lua/luaposix/luaposix-35.0.ebuild
21 @@ -12,9 +12,9 @@ SLOT="0"
22 LICENSE="MIT"
23 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
24
25 -RDEPEND="dev-lang/lua:0=
26 +DEPEND="dev-lang/lua:0="
27 +RDEPEND="${DEPEND}
28 dev-lua/lua-bit32"
29 -DEPEND="${RDEPEND}"
30 BDEPEND="virtual/pkgconfig"
31
32 src_prepare() {