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/luaexpat/
Date: Thu, 08 Oct 2020 19:14:08
Message-Id: 1602184421.1550a5974d059f3c678d6a9ab5846a653ff6cff8.conikost@gentoo
1 commit: 1550a5974d059f3c678d6a9ab5846a653ff6cff8
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 5 22:07:21 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 19:13:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1550a597
7
8 dev-lua/luaexpat: fix lua slot to :0
9
10 Closes: https://github.com/gentoo/gentoo/pull/17813
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 dev-lua/luaexpat/luaexpat-1.3.0-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-lua/luaexpat/luaexpat-1.3.0-r1.ebuild b/dev-lua/luaexpat/luaexpat-1.3.0-r1.ebuild
19 index 2cbb8f239da..46acfd17f8e 100644
20 --- a/dev-lua/luaexpat/luaexpat-1.3.0-r1.ebuild
21 +++ b/dev-lua/luaexpat/luaexpat-1.3.0-r1.ebuild
22 @@ -14,7 +14,7 @@ SLOT="0"
23 KEYWORDS="amd64 arm ~arm64 hppa ~mips ppc ppc64 sparc x86"
24 IUSE=""
25
26 -RDEPEND=">=dev-lang/lua-5.1.5-r2[deprecated,${MULTILIB_USEDEP}]
27 +RDEPEND=">=dev-lang/lua-5.1.5-r2:0[deprecated,${MULTILIB_USEDEP}]
28 >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]"
29 DEPEND="${RDEPEND}
30 virtual/pkgconfig"