Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 210565

Summary: app-arch/pdv: IUSE=nomotif should be changed to IUSE=X
Product: Gentoo Linux Reporter: Ulrich Müller <ulm>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: wormo
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://devmanual.gentoo.org/general-concepts/use-flags/index.html#noblah-use-flags
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 204249    

Description Ulrich Müller gentoo-dev 2008-02-18 08:10:03 UTC
pdv-1.5.1-r2.ebuild has IUSE="nomotif" and DEPEND="!nomotif? ( ... )".
It should use the "motif" global flag instead.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-02-18 08:18:00 UTC
use nomotif && myconf="--without-x" - looks like USE=X is a better choice here? Anyway yeah, nomotif must go. 
Comment 2 Ulrich Müller gentoo-dev 2008-02-18 08:24:06 UTC
> use nomotif && myconf="--without-x" - looks like USE=X is a better choice here?

I agree.
Comment 3 Ulrich Müller gentoo-dev 2008-02-20 07:58:53 UTC
Fixed in CVS.