diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-01-17 00:26:32 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-01-17 00:40:20 +0200 |
commit | a4c2c05107fea06a6b244334b33416c6ecb09882 (patch) | |
tree | 1b00371cf4bae52ab544165a849761982916bc17 /x11-libs/gtk+/gtk+-3.22.5.ebuild | |
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+/gtk+-3.22.5.ebuild')
-rw-r--r-- | x11-libs/gtk+/gtk+-3.22.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |