| Bug#: 210510 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: dang@gentoo.org | Reported By: billl@users.sf.net | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: x11-libs/libgksu: invalid DEPEND/RDEPEND | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2008-02-17 19:02 0000 | |||
| Description: | Opened: 2008-02-17 19:02 0000 |
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
That won't work, either. The problem is that neither DEPENDS nor RDEPENDS are subsets of the other. I've fixed it another way.