Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: dev-libs/glib/
Date: Tue, 18 Aug 2020 01:01:47
Message-Id: 1597712445.f9456c8412b7c784ed0b8cc89078cc54a803f884.anarchy@gentoo
1 commit: f9456c8412b7c784ed0b8cc89078cc54a803f884
2 Author: stefson <herrtimson <AT> yahoo <DOT> de>
3 AuthorDate: Sun Aug 9 19:24:13 2020 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 01:00:45 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=f9456c84
7
8 dev-libs/glib: remove virtual/libffi
9
10 Signed-off-by: Steffen Kuhn <nielson2 <AT> yandex.com>
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 Closes: https://github.com/gentoo/musl/pull/333
14
15 dev-libs/glib/glib-2.62.6.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-libs/glib/glib-2.62.6.ebuild b/dev-libs/glib/glib-2.62.6.ebuild
19 index 6a574e0..fccd6b4 100644
20 --- a/dev-libs/glib/glib-2.62.6.ebuild
21 +++ b/dev-libs/glib/glib-2.62.6.ebuild
22 @@ -30,7 +30,7 @@ RDEPEND="
23 !<dev-util/gdbus-codegen-${PV}
24 >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
25 >=dev-libs/libpcre-8.31:3[${MULTILIB_USEDEP},static-libs?]
26 - >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
27 + >=dev-libs/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
28 >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
29 >=virtual/libintl-0-r2[${MULTILIB_USEDEP}]
30 kernel_linux? ( >=sys-apps/util-linux-2.23[${MULTILIB_USEDEP}] )