diff options
author | Angelo Arrifano <miknix@gentoo.org> | 2011-03-05 18:28:58 +0000 |
---|---|---|
committer | Angelo Arrifano <miknix@gentoo.org> | 2011-03-05 18:28:58 +0000 |
commit | f514a47cc18c67f67f8c36c062d44fd50204ef6c (patch) | |
tree | 2d615b90f0572aecbdf43c30617448d9e81f4b13 /x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild | |
parent | Added DEPEND on slotted gtk+-2, to work with upcoming gtk-3. (diff) | |
download | gentoo-2-f514a47cc18c67f67f8c36c062d44fd50204ef6c.tar.gz gentoo-2-f514a47cc18c67f67f8c36c062d44fd50204ef6c.tar.bz2 gentoo-2-f514a47cc18c67f67f8c36c062d44fd50204ef6c.zip |
Added DEPEND on slotted gtk+-2, to work with upcoming gtk-3.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild')
-rw-r--r-- | x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild b/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild index c337fd2e7803..98ac32e36735 100644 --- a/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild +++ b/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild,v 1.7 2009/12/14 15:10:50 yvasilev Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild,v 1.8 2011/03/05 18:28:58 miknix Exp $ + +EAPI=1 inherit versionator @@ -17,7 +19,7 @@ KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" IUSE="" DEPEND=">=x11-libs/libmatchbox-1.5 - >=x11-libs/gtk+-2.0.3" + x11-libs/gtk+:2" RDEPEND="${DEPEND} x11-wm/matchbox-panel" |