commit:     3b117b74e6c421e8effbe37bf318296e9ed0ee12
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  4 09:59:09 2015 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Jan  5 12:32:06 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/leio.git;a=commit;h=3b117b74

gtk+: Remove wrong gdk-pixbuf[X] USE dep

gdk-pixbuf[X] only adds gdk-pixbuf-xlib package/library from it's contrib/, 
which
gtk+ does NOT use.

---
 x11-libs/gtk+/gtk+-3.14.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtk+/gtk+-3.14.6.ebuild b/x11-libs/gtk+/gtk+-3.14.6.ebuild
index 88040d5..200f460 100644
--- a/x11-libs/gtk+/gtk+-3.14.6.ebuild
+++ b/x11-libs/gtk+/gtk+-3.14.6.ebuild
@@ -34,7 +34,7 @@ COMMON_DEPEND="
        >=dev-libs/glib-2.41.2:2[${MULTILIB_USEDEP}]
        media-libs/fontconfig[${MULTILIB_USEDEP}]
        >=x11-libs/cairo-1.12[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}]
        gtk3-only? ( !x11-libs/gtk+:2 )
        !gtk3-only? ( >=x11-libs/gtk+-2.24:2[${MULTILIB_USEDEP}] )
        >=x11-libs/pango-1.36.7[introspection?,${MULTILIB_USEDEP}]

Reply via email to