Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 291543 - Please remove USE="kde" from app-misc/workrave (KDE3-only)
Summary: Please remove USE="kde" from app-misc/workrave (KDE3-only)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 292791
  Show dependency tree
 
Reported: 2009-11-02 09:50 UTC by Samuli Suominen (RETIRED)
Modified: 2009-11-20 18:39 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 Samuli Suominen (RETIRED) gentoo-dev 2009-11-02 09:50:05 UTC
Please do, unless you want this to end up in the final KDE3 p.mask:

workrave-1.8.5.ebuild:IUSE="arts dbus distribution gnome kde nls xml"
workrave-1.8.5.ebuild:  kde? (
workrave-1.8.5.ebuild:          =kde-base/kdelibs-3* )
workrave-1.8.5.ebuild:  arts? ( kde-base/arts )
workrave-1.8.5.ebuild:          $(use_enable kde)
workrave-1.8.5.ebuild:  if use kde; then
workrave-1.8.5.ebuild:          export KDEDIR=$(kde-config --prefix)
workrave-1.9.0.ebuild:IUSE="arts dbus distribution gnome kde nls xml"
workrave-1.9.0.ebuild:  kde? (
workrave-1.9.0.ebuild:          =kde-base/kdelibs-3* )
workrave-1.9.0.ebuild:  arts? ( kde-base/arts )
workrave-1.9.0.ebuild:          $(use_enable kde)
workrave-1.9.0.ebuild:  if use kde; then
workrave-1.9.0.ebuild:          export KDEDIR=$(kde-config --prefix)
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-11-02 10:55:28 UTC
removing kde3 support will be my please, it was completely broken on 1.9 and I couldn't find any time to fix it yet.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-11-11 14:22:09 UTC
Removed USE arts from both versions since kde-base/arts is going to package.mask.

USE kde is still undone.