Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155561 - app-misc/lcd4linux does not respect USE=-X
Summary: app-misc/lcd4linux does not respect USE=-X
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-18 03:03 UTC by Natanael Copa
Modified: 2006-11-18 03:07 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 Natanael Copa 2006-11-18 03:03:55 UTC
Should be very easy to fix:

--- lcd4linux-0.9.11.ebuild.orig        2006-11-18 10:58:14 +0000
+++ lcd4linux-0.9.11.ebuild     2006-11-18 10:54:13 +0000
@@ -16,10 +16,10 @@
 IUSE="kde pda png X usb"
 
 RDEPEND="sys-libs/ncurses
-       x11-libs/libX11
+       X? ( x11-libs/libX11 )
        png? ( media-libs/libpng )"
 DEPEND="${RDEPEND}
-       x11-libs/libXt"
+       X? ( x11-libs/libXt )"
 
 src_unpack() {
        unpack ${A}
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-18 03:07:39 UTC
This is already fixed in 0.10.0