diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-01-15 06:40:20 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-01-15 06:41:13 +0200 |
commit | 8d4fe620111f7d80e6da9e9c83ec008a8503ca03 (patch) | |
tree | 5baff9b2e05737ea414b7d3faafb3f922f88b1f5 /x11-libs | |
parent | sys-apps/yarn: version bump to 0.19.0 (diff) | |
download | gentoo-8d4fe620111f7d80e6da9e9c83ec008a8503ca03.tar.gz gentoo-8d4fe620111f7d80e6da9e9c83ec008a8503ca03.tar.bz2 gentoo-8d4fe620111f7d80e6da9e9c83ec008a8503ca03.zip |
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
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/pango/metadata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-libs/pango/metadata.xml b/x11-libs/pango/metadata.xml index c183bcf3d2de..ce9f853c7f5b 100644 --- a/x11-libs/pango/metadata.xml +++ b/x11-libs/pango/metadata.xml @@ -5,6 +5,9 @@ <email>gnome@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> |