commit: 91b3a07230050131a47d66bf0c173f87354fc992
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 06:08:58 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 06:09:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b3a072
x11-libs/gtk+: Remove identical double gdk-pixbuf depend
After removing the unnecessary USE=X depend on gdk-pixbuf, the two
entries (one for general case and one for non-aqua) are identical,
so remove the specific one for non-aqua
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-libs/gtk+/gtk+-2.24.31-r1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild
b/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild
index 4cc32a1..3149c8f 100644
--- a/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild
+++ b/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild
@@ -36,7 +36,6 @@ COMMON_DEPEND="
introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
!aqua? (
>=x11-libs/cairo-1.12.14-r4:=[aqua?,svg,X,${MULTILIB_USEDEP}]
-
>=x11-libs/gdk-pixbuf-2.30.7:2[introspection?,${MULTILIB_USEDEP}]
>=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
>=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}]