Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 162089 - kde.eclass pulls in x11-proto/xineramaproto dependency unconditionally
Summary: kde.eclass pulls in x11-proto/xineramaproto dependency unconditionally
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-14 19:32 UTC by Sascha G.
Modified: 2007-01-16 13:54 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 Sascha G. 2007-01-14 19:32:42 UTC
From kde.eclass:

IUSE="debug xinerama elibc_FreeBSD"
[...]
DEPEND="sys-devel/make
        dev-util/pkgconfig
        dev-lang/perl
        x11-libs/libXt
        x11-proto/xf86vidmodeproto
        x11-proto/xineramaproto"

As you can see, the xineramaproto dependency is always being pulled in, no matter whether USE=xinerama is set or not. This was different in version 1.186 and older and should IMO be restored.
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2007-01-16 13:54:51 UTC
thanks - I reverted the change and added the xinerama use flag back due to diego's current vacation.