diff options
author | Tom William Payne <twp@gentoo.org> | 2003-05-23 11:22:20 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2003-05-23 11:22:20 +0000 |
commit | be0d431578fe088266932dc6c65c3a6dfc04ec08 (patch) | |
tree | ca50273ec5636d5be4fcdef4671f1f5349c70979 /dev-ruby/amstd/amstd-2.0.0.ebuild | |
parent | ccc support for gawk (alpha) (diff) | |
download | gentoo-2-be0d431578fe088266932dc6c65c3a6dfc04ec08.tar.gz gentoo-2-be0d431578fe088266932dc6c65c3a6dfc04ec08.tar.bz2 gentoo-2-be0d431578fe088266932dc6c65c3a6dfc04ec08.zip |
Added IUSE
Diffstat (limited to 'dev-ruby/amstd/amstd-2.0.0.ebuild')
-rw-r--r-- | dev-ruby/amstd/amstd-2.0.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ruby/amstd/amstd-2.0.0.ebuild b/dev-ruby/amstd/amstd-2.0.0.ebuild index 0405130c0959..b1e7e26f8503 100644 --- a/dev-ruby/amstd/amstd-2.0.0.ebuild +++ b/dev-ruby/amstd/amstd-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/amstd-2.0.0.ebuild,v 1.4 2003/05/12 20:25:45 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/amstd-2.0.0.ebuild,v 1.5 2003/05/23 11:19:23 twp Exp $ DESCRIPTION="Ruby utility collection by Minero Aoki" HOMEPAGE="http://www.loveruby.net/en/amstd.html" @@ -8,6 +8,7 @@ SRC_URI="http://www.loveruby.net/archive/amstd/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha arm hppa mips sparc x86" +IUSE="" DEPEND=">=dev-lang/ruby-1.6" src_compile() { |