| Bug#: 210565 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: maintainer-needed@gentoo.org | Reported By: ulm@gentoo.org | |
| Component: Applications | |||
| URL: http://devmanual.gentoo.org/general-concepts/use-flags/index.html#noblah-use-flags | |||
| Summary: app-arch/pdv: IUSE=nomotif should be changed to IUSE=X | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2008-02-18 08:10 0000 | |||
| Description: | Opened: 2008-02-18 08:10 0000 |
pdv-1.5.1-r2.ebuild has IUSE="nomotif" and DEPEND="!nomotif? ( ... )". It should use the "motif" global flag instead.
use nomotif && myconf="--without-x" - looks like USE=X is a better choice here? Anyway yeah, nomotif must go.
> use nomotif && myconf="--without-x" - looks like USE=X is a better choice here? I agree.