commit:     e1436622a1956097c818dfe9209aba8ef9b5a5c6
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 18:23:11 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 18:45:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1436622

x11-libs/gdk-pixbuf: Clarify what USE=X does in local description

gdk_pixbuf_xlib is only useful for pure X11 applications, GTK+ does
not use this.
The goal is to get rid of the unnecessary USE deps on consumers, where
it is indeed unnecessary, and then perhaps rename the USE flag from
IUSE=X to IUSE=xlib or some such, so that it's not built by default
on desktop profiles. Though w3m is a consumer and might be in default
deptrees via xdg-utils

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-libs/gdk-pixbuf/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-libs/gdk-pixbuf/metadata.xml b/x11-libs/gdk-pixbuf/metadata.xml
index 3998080..6c6d2ea 100644
--- a/x11-libs/gdk-pixbuf/metadata.xml
+++ b/x11-libs/gdk-pixbuf/metadata.xml
@@ -5,4 +5,7 @@
        <email>[email protected]</email>
        <name>Gentoo GNOME Desktop</name>
 </maintainer>
+<use>
+       <flag name="X">Build and install the legacy gdk_pixbuf_xlib-2.0 
library</flag>
+</use>
 </pkgmetadata>

Reply via email to