Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/
Date: Mon, 01 Oct 2018 12:40:58
Message-Id: 1538397628.0326a0a9802df7ad7c4cb21d422664a359195eab.whissi@gentoo
1 commit: 0326a0a9802df7ad7c4cb21d422664a359195eab
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 1 12:34:57 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 12:40:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0326a0a9
7
8 dev-libs/glib: subscribe to virtual/libffi sub slot
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 dev-libs/glib/glib-2.52.3.ebuild | 4 ++--
14 dev-libs/glib/glib-2.54.3-r6.ebuild | 4 ++--
15 dev-libs/glib/glib-2.56.2.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/dev-libs/glib/glib-2.52.3.ebuild b/dev-libs/glib/glib-2.52.3.ebuild
19 index f5f22a01a8a..931700a301b 100644
20 --- a/dev-libs/glib/glib-2.52.3.ebuild
21 +++ b/dev-libs/glib/glib-2.52.3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 # Until bug #537330 glib is a reverse dependency of pkgconfig and, then
28 @@ -37,7 +37,7 @@ RDEPEND="
29 !<dev-util/gdbus-codegen-${PV}
30 >=dev-libs/libpcre-8.13:3[${MULTILIB_USEDEP},static-libs?]
31 >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
32 - >=virtual/libffi-3.0.13-r1[${MULTILIB_USEDEP}]
33 + >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
34 >=virtual/libintl-0-r2[${MULTILIB_USEDEP}]
35 >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
36 kernel_linux? ( sys-apps/util-linux[${MULTILIB_USEDEP}] )
37
38 diff --git a/dev-libs/glib/glib-2.54.3-r6.ebuild b/dev-libs/glib/glib-2.54.3-r6.ebuild
39 index 475953b02b9..ece8f434c29 100644
40 --- a/dev-libs/glib/glib-2.54.3-r6.ebuild
41 +++ b/dev-libs/glib/glib-2.54.3-r6.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 +# Copyright 1999-2018 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 # Until bug #537330 glib is a reverse dependency of pkgconfig and, then
48 @@ -37,7 +37,7 @@ RDEPEND="
49 !<dev-util/gdbus-codegen-${PV}
50 >=dev-libs/libpcre-8.13:3[${MULTILIB_USEDEP},static-libs?]
51 >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
52 - >=virtual/libffi-3.0.13-r1[${MULTILIB_USEDEP}]
53 + >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
54 >=virtual/libintl-0-r2[${MULTILIB_USEDEP}]
55 >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
56 kernel_linux? ( sys-apps/util-linux[${MULTILIB_USEDEP}] )
57
58 diff --git a/dev-libs/glib/glib-2.56.2.ebuild b/dev-libs/glib/glib-2.56.2.ebuild
59 index c30bba39cb8..0deac6b0f6b 100644
60 --- a/dev-libs/glib/glib-2.56.2.ebuild
61 +++ b/dev-libs/glib/glib-2.56.2.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2018 Gentoo Foundation
64 +# Copyright 1999-2018 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=6
68 @@ -31,7 +31,7 @@ RDEPEND="
69 !<dev-util/gdbus-codegen-${PV}
70 >=dev-libs/libpcre-8.13:3[${MULTILIB_USEDEP},static-libs?]
71 >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
72 - >=virtual/libffi-3.0.13-r1[${MULTILIB_USEDEP}]
73 + >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
74 >=virtual/libintl-0-r2[${MULTILIB_USEDEP}]
75 >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
76 kernel_linux? ( sys-apps/util-linux[${MULTILIB_USEDEP}] )