Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/
Date: Thu, 26 Jan 2017 06:10:11
Message-Id: 1485410966.91b3a07230050131a47d66bf0c173f87354fc992.leio@gentoo
1 commit: 91b3a07230050131a47d66bf0c173f87354fc992
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 26 06:08:58 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 26 06:09:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b3a072
7
8 x11-libs/gtk+: Remove identical double gdk-pixbuf depend
9
10 After removing the unnecessary USE=X depend on gdk-pixbuf, the two
11 entries (one for general case and one for non-aqua) are identical,
12 so remove the specific one for non-aqua
13
14 Package-Manager: Portage-2.3.3, Repoman-2.3.1
15
16 x11-libs/gtk+/gtk+-2.24.31-r1.ebuild | 1 -
17 1 file changed, 1 deletion(-)
18
19 diff --git a/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild b/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild
20 index 4cc32a1..3149c8f 100644
21 --- a/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild
22 +++ b/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild
23 @@ -36,7 +36,6 @@ COMMON_DEPEND="
24 introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
25 !aqua? (
26 >=x11-libs/cairo-1.12.14-r4:=[aqua?,svg,X,${MULTILIB_USEDEP}]
27 - >=x11-libs/gdk-pixbuf-2.30.7:2[introspection?,${MULTILIB_USEDEP}]
28 >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
29 >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
30 >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}]