diff options
author | 2017-01-17 00:26:32 +0200 | |
---|---|---|
committer | 2017-01-17 00:40:20 +0200 | |
commit | a4c2c05107fea06a6b244334b33416c6ecb09882 (patch) | |
tree | 1b00371cf4bae52ab544165a849761982916bc17 /x11-libs/gtk+ | |
parent | dev-python/PyContracts: Version bump to 1.7.15 (diff) | |
download | gentoo-a4c2c05107fea06a6b244334b33416c6ecb09882.tar.gz gentoo-a4c2c05107fea06a6b244334b33416c6ecb09882.tar.bz2 gentoo-a4c2c05107fea06a6b244334b33416c6ecb09882.zip |
x11-libs/gtk+: Remove unnecessary gdk-pixbuf[X] USE depend
gtk+ does not use the gdk_pixbuf_xlib family of functions and separate
library. Verified that nothing in the tree depending on gtk+[X] actually
does any gdk_pixbuf_xlib_ calls, so isn't having the USE dep from old
times for gdk_pixbuf_xlib back when gdk-pixbuf was part of gtk+ itself.
Gentoo-bug: 534330
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/gtk+-2.24.31-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-3.22.5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild b/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild index 9e3ef4c12d53..f6b201827863 100644 --- a/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild +++ b/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -36,7 +36,7 @@ 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?,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}] diff --git a/x11-libs/gtk+/gtk+-3.22.5.ebuild b/x11-libs/gtk+/gtk+-3.22.5.ebuild index 33ba2614ec75..6187a227309e 100644 --- a/x11-libs/gtk+/gtk+-3.22.5.ebuild +++ b/x11-libs/gtk+/gtk+-3.22.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -33,7 +33,7 @@ COMMON_DEPEND=" media-libs/fontconfig[${MULTILIB_USEDEP}] >=media-libs/libepoxy-1.0[${MULTILIB_USEDEP}] >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}] - >=x11-libs/gdk-pixbuf-2.30:2[introspection?,X?,${MULTILIB_USEDEP}] + >=x11-libs/gdk-pixbuf-2.30:2[introspection?,${MULTILIB_USEDEP}] >=x11-libs/pango-1.37.3[introspection?,${MULTILIB_USEDEP}] x11-misc/shared-mime-info |