Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210510 - x11-libs/libgksu: invalid DEPEND/RDEPEND
Summary: x11-libs/libgksu: invalid DEPEND/RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Gryniewicz (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-17 19:02 UTC by Olivier Rolland
Modified: 2008-02-19 00:46 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 Olivier Rolland 2008-02-17 19:02:35 UTC
DEPEND and RDEPEND are completely wrong. Quick fix:

RDEPEND="nls? ( >=sys-devel/gettext-0.14.1 )
	>=x11-libs/gtk+-2.4
	>=gnome-base/gconf-2
	>=gnome-base/gnome-keyring-0.4.4
	x11-libs/startup-notification
	>=gnome-base/libgtop-2
	>=gnome-base/libglade-2
	app-admin/sudo"
DEPEND="${DEPEND}
	dev-util/intltool
	>=dev-util/pkgconfig-0.19
	doc? ( >=dev-util/gtk-doc-1.2-r1 )"

Reproducible: Always
Comment 1 Daniel Gryniewicz (RETIRED) gentoo-dev 2008-02-19 00:46:45 UTC
That won't work, either.  The problem is that neither DEPENDS nor RDEPENDS are subsets of the other.  I've fixed it another way.