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-2.0.3_p20110314.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-2.0.3_p20110314.ebuild')
-rw-r--r-- | x11-misc/obconf/obconf-2.0.3_p20110314.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/obconf/obconf-2.0.3_p20110314.ebuild b/x11-misc/obconf/obconf-2.0.3_p20110314.ebuild index 358ae8abdefc..449636c78a2c 100644 --- a/x11-misc/obconf/obconf-2.0.3_p20110314.ebuild +++ b/x11-misc/obconf/obconf-2.0.3_p20110314.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-2.0.3_p20110314.ebuild,v 1.4 2011/03/14 16:53:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20110314.ebuild,v 1.5 2011/03/14 17:04:00 hwoarang Exp $ EAPI=2 inherit autotools fdo-mime @@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="nls" RDEPEND=">=gnome-base/libglade-2 - >=x11-libs/gtk+-2 + x11-libs/gtk+:2 x11-libs/startup-notification >=x11-wm/openbox-3.5.0_pre20110313" DEPEND="${RDEPEND} |