Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77479 - virtualx eclass depends on virtual/x11 no matter if X is in USE
Summary: virtualx eclass depends on virtual/x11 no matter if X is in USE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-11 00:14 UTC by Patrick Kursawe (RETIRED)
Modified: 2006-10-10 14:59 UTC (History)
0 users

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 Patrick Kursawe (RETIRED) gentoo-dev 2005-01-11 00:14:43 UTC
(just for the case my email got lost, as a reminder)

Since one should not inherit from an eclass conditionally, it would be very nice to have virtualx only depend on x11 if X is in USE.

The tests for dev-lang/R for example need a display but only if it was built with X in USE.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-10-10 14:59:40 UTC
Not any more...

DEPEND="X? ( || ( x11-base/xorg-server virtual/x11 ) )"
IUSE="X"

Closing a really stale bug.