Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58550 - rss-glx-0.7.6 pulls in kde-env even with -kde use flags
Summary: rss-glx-0.7.6 pulls in kde-env even with -kde use flags
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-27 07:16 UTC by Mark <Line72> Dillavou
Modified: 2004-07-28 17:55 UTC (History)
1 user (show)

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 Mark <Line72> Dillavou 2004-07-27 07:16:25 UTC
rss-glx-0.7.6 tries to emerge kde-env even when I have USE=-kde.  The problem comes from these lines in the ebuild:

orig:
inherit flag-o-matic eutils kde

should be changed to:
inherit flag-o-matic eutils
use kde && inherit kde


and also

orig:
DEPEND="virtual/x11
        ....
        kde? ( kde-base/kdeartwork )
        !kde? ( x11-misc/xscreensaver kde-base/kde-env )
        openal? ( media-libs/openal )"

should be changed to:
DEPEND="virtual/x11
        ....
        kde? ( kde-base/kdeartwork )
        !kde? ( x11-misc/xscreensaver )"
        ....



Reproducible: Always
Steps to Reproduce:
1. USE=-kde emerge -puvD rss-glx
2.
3.

Actual Results:  
it tried to install kde-env

Expected Results:  
It should not have emerged kde-env
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2004-07-28 17:49:57 UTC
we need the KDEDIR but apparently it is against QA for me to use :

use kde && inherit kde 

maybe we don't need KDEDIR afterall? hrmm .. so tired after all this bug fixing
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2004-07-28 17:55:45 UTC
ok, the kde-env dependency doesn't need to be there because the kde.eclass does that. 

anyway, i'm closing this as wontfix because its the right way to do things for the moment, until portage handles caching differently. kde-env only consists of one file in /etc/env.d/99kde, so i don't think its much of a thing to worry about!