commit: 8d4fe620111f7d80e6da9e9c83ec008a8503ca03 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sun Jan 15 04:40:20 2017 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sun Jan 15 04:41:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4fe620
x11-libs/pango: Clarify what USE=X does in local description pangoxft is more or less a legacy library, useful for libXaw/libXft or other pure X11 using applications that want to integrate pango with the existing libXft stuff. Most modern things do not use this, so clarify this in a local USE flag description in metadata.xml. Many consumers mistakenly USE depend on this without actually looking for or using pangoxft, so this also hopefully avoids further usage of 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=xft or some such, so that it's not built by default on desktop profiles. Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-libs/pango/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x11-libs/pango/metadata.xml b/x11-libs/pango/metadata.xml index c183bcf..ce9f853 100644 --- a/x11-libs/pango/metadata.xml +++ b/x11-libs/pango/metadata.xml @@ -5,6 +5,9 @@ <email>gn...@gentoo.org</email> <name>Gentoo GNOME Desktop</name> </maintainer> +<use> + <flag name="X">Build and install the legacy pangoxft library</flag> +</use> <upstream> <remote-id type="cpe">cpe:/a:pango:pango</remote-id> </upstream>