Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132738 - x11-misc/xautolock-2.1-r1 has bad x11-libs/libXScrnSaver dependency
Summary: x11-misc/xautolock-2.1-r1 has bad x11-libs/libXScrnSaver dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-08 16:01 UTC by Brian Hall
Modified: 2006-05-13 11:41 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 Brian Hall 2006-05-08 16:01:26 UTC
I am still using xorg 6.8.2. If I try to emerge x11-misc/xautolock-2.1-r1, it wants to pull in parts of xorg 7.0! x11-misc/xautolock-2.1 does not pull in these extra dependencies.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-05-08 16:08:47 UTC
Yeah, should look like this:

<snip>
DEPEND="${RDEPEND}
        || ( (
                x11-misc/imake
                app-text/rman
                x11-libs/libXScrnSaver)
        virtual/x11 )"
</snip>

Thanks.
Comment 2 Krzysztof Pawlik (RETIRED) gentoo-dev 2006-05-13 11:41:48 UTC
Fixed, thanks.