Bug 210510 - x11-libs/libgksu: invalid DEPEND/RDEPEND
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

------- Comment #1 From Daniel Gryniewicz 2008-02-19 00:46:45 0000 -------
That won't work, either.  The problem is that neither DEPENDS nor RDEPENDS are
subsets of the other.  I've fixed it another way.