diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:20:12 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:20:12 +0000 |
commit | dcef453a838b83683c78d234ef38f87a137013ff (patch) | |
tree | e07d48a113d3a676e785e6f5bb81008718ef27ac /dev-ruby/ruby-shout | |
parent | don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-dcef453a838b83683c78d234ef38f87a137013ff.tar.gz gentoo-2-dcef453a838b83683c78d234ef38f87a137013ff.tar.bz2 gentoo-2-dcef453a838b83683c78d234ef38f87a137013ff.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-ruby/ruby-shout')
-rw-r--r-- | dev-ruby/ruby-shout/ruby-shout-2.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ruby/ruby-shout/ruby-shout-2.0.ebuild b/dev-ruby/ruby-shout/ruby-shout-2.0.ebuild index 01109ef76314..e58b6b24e97c 100644 --- a/dev-ruby/ruby-shout/ruby-shout-2.0.ebuild +++ b/dev-ruby/ruby-shout/ruby-shout-2.0.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-shout/ruby-shout-2.0.ebuild,v 1.4 2004/06/25 02:03:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.0.ebuild,v 1.5 2004/07/14 22:15:31 agriffis Exp $ inherit ruby @@ -10,6 +10,7 @@ SRC_URI="http://www.dingoskidneys.com/~jaredj/downloads/${P}.tar.gz" LICENSE="Ruby" SLOT="0" KEYWORDS="x86 ~ppc" +IUSE="" DEPEND="virtual/ruby >=media-libs/libshout-2.0" USE_RUBY="ruby16 ruby18 ruby19" |