diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-29 13:05:12 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-29 13:05:12 +0000 |
commit | 121d122ea3909620f8c2e095c7a13a83422c92f0 (patch) | |
tree | 913bae9da0230fa3e018bd2959dddc57b6c3f47d /x11-misc/obconf/obconf-9999.ebuild | |
parent | Stable for HPPA (bug #358407). (diff) | |
download | gentoo-2-121d122ea3909620f8c2e095c7a13a83422c92f0.tar.gz gentoo-2-121d122ea3909620f8c2e095c7a13a83422c92f0.tar.bz2 gentoo-2-121d122ea3909620f8c2e095c7a13a83422c92f0.zip |
Fix gtk+ slot deps
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/obconf/obconf-9999.ebuild')
-rw-r--r-- | x11-misc/obconf/obconf-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/obconf/obconf-9999.ebuild b/x11-misc/obconf/obconf-9999.ebuild index 446e66fe1c65..d335cce99c31 100644 --- a/x11-misc/obconf/obconf-9999.ebuild +++ b/x11-misc/obconf/obconf-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-9999.ebuild,v 1.6 2011/03/14 17:04:00 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-9999.ebuild,v 1.7 2011/03/29 13:05:12 angelos Exp $ EAPI="2" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="" IUSE="nls" -RDEPEND=">=gnome-base/libglade-2 +RDEPEND="gnome-base/libglade:2.0 x11-libs/gtk+:2 x11-libs/startup-notification >=x11-wm/openbox-3.4.2" |