Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 353117 - app-i18n/imsettings: USE="xfce" is not allowed USE flag in gentoo-x86
Summary: app-i18n/imsettings: USE="xfce" is not allowed USE flag in gentoo-x86
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-29 10:12 UTC by Samuli Suominen (RETIRED)
Modified: 2011-01-31 18:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samuli Suominen (RETIRED) gentoo-dev 2011-01-29 10:12:25 UTC
All the cases where we had people adding generalized USE="xfce" in tree have so far been invalid. This seems to be the case for imsettings as well:

The ebuild depends on xfconf, but doesn't provide any --enable/--disable flag for it. Therefore I have to assume it's purely a runtime depend only. In that case, users of Xfce will have xfconf installed already, and the whole dep and USE flag is redudant.

If it's an automatic depend, and if it's really linking against libxfconf-0, use something other than USE="xfce" to describe it. Perhaps USE="xfconf".
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2011-01-31 18:24:47 UTC
+  31 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> imsettings-1.0.0.ebuild,
+  metadata.xml:
+  Prevent automagic linking to libxfconf-0 and rename USE="xfce" to
+  USE="xfconf" wrt #353117.

Upstream should add --enable/--disable flag for this.