diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-03-14 17:04:00 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-03-14 17:04:00 +0000 |
commit | ac07311e6d3503b504f6b65a2cb7d093d516fe0a (patch) | |
tree | 8ac0a5083022ec5df23f76afe09cab18e1b26fc4 /x11-misc/obconf/obconf-9999.ebuild | |
parent | QA fixes and clean ups (diff) | |
download | gentoo-2-ac07311e6d3503b504f6b65a2cb7d093d516fe0a.tar.gz gentoo-2-ac07311e6d3503b504f6b65a2cb7d093d516fe0a.tar.bz2 gentoo-2-ac07311e6d3503b504f6b65a2cb7d093d516fe0a.zip |
Use proper gtk+ dependencies
(Portage version: 2.2.0_alpha26/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 7212bd790dab..446e66fe1c65 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.5 2011/03/14 16:53:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-9999.ebuild,v 1.6 2011/03/14 17:04:00 hwoarang Exp $ EAPI="2" @@ -17,7 +17,7 @@ KEYWORDS="" IUSE="nls" RDEPEND=">=gnome-base/libglade-2 - >=x11-libs/gtk+-2 + x11-libs/gtk+:2 x11-libs/startup-notification >=x11-wm/openbox-3.4.2" DEPEND="${RDEPEND} |