diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:15:10 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:15:10 +0000 |
commit | a379c1e90a3462493f64f2fe0470e6fb0042d514 (patch) | |
tree | a41559ec1f868898747c15e6a8fdea638bab32bf /dev-ruby/ruby-panel-applet/ruby-panel-applet-0.30.ebuild | |
parent | sync IUSE (+mad), trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-a379c1e90a3462493f64f2fe0470e6fb0042d514.tar.gz gentoo-2-a379c1e90a3462493f64f2fe0470e6fb0042d514.tar.bz2 gentoo-2-a379c1e90a3462493f64f2fe0470e6fb0042d514.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-ruby/ruby-panel-applet/ruby-panel-applet-0.30.ebuild')
-rw-r--r-- | dev-ruby/ruby-panel-applet/ruby-panel-applet-0.30.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ruby/ruby-panel-applet/ruby-panel-applet-0.30.ebuild b/dev-ruby/ruby-panel-applet/ruby-panel-applet-0.30.ebuild index 3320c1d92303..44faf5ac64b4 100644 --- a/dev-ruby/ruby-panel-applet/ruby-panel-applet-0.30.ebuild +++ b/dev-ruby/ruby-panel-applet/ruby-panel-applet-0.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-panel-applet/ruby-panel-applet-0.30.ebuild,v 1.7 2004/06/30 19:49:02 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-panel-applet/ruby-panel-applet-0.30.ebuild,v 1.8 2004/07/14 22:14:07 agriffis Exp $ S=${WORKDIR}/ruby-gnome-all-${PV}/panel-applet DESCRIPTION="Ruby Gnome Panel bindings" @@ -10,6 +10,7 @@ SRC_URI="mirror://sourceforge/ruby-gnome/ruby-gnome-all-${PV}.tar.gz" LICENSE="Ruby" SLOT="0" KEYWORDS="x86 alpha" +IUSE="" DEPEND="virtual/ruby >=dev-ruby/ruby-gnome-${PV}" |