diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-04-10 08:38:56 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-04-10 08:38:56 +0000 |
commit | 51eb6aca2d57453a1c52354dc10a11f3162ad875 (patch) | |
tree | c6606b1e1c1a894de630b965cb208862a33a390f /dev-ruby/amstd/amstd-2.0.0-r1.ebuild | |
parent | version bump; two patches from 1.13.92 were integrated upstream (Manifest rec... (diff) | |
download | gentoo-2-51eb6aca2d57453a1c52354dc10a11f3162ad875.tar.gz gentoo-2-51eb6aca2d57453a1c52354dc10a11f3162ad875.tar.bz2 gentoo-2-51eb6aca2d57453a1c52354dc10a11f3162ad875.zip |
virtual/ruby fix
Diffstat (limited to 'dev-ruby/amstd/amstd-2.0.0-r1.ebuild')
-rw-r--r-- | dev-ruby/amstd/amstd-2.0.0-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-ruby/amstd/amstd-2.0.0-r1.ebuild b/dev-ruby/amstd/amstd-2.0.0-r1.ebuild index 272eaabae6d1..4e359847ab7a 100644 --- a/dev-ruby/amstd/amstd-2.0.0-r1.ebuild +++ b/dev-ruby/amstd/amstd-2.0.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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-r1.ebuild,v 1.2 2004/02/22 22:20:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/amstd-2.0.0-r1.ebuild,v 1.3 2004/04/10 08:37:26 usata Exp $ inherit ruby @@ -10,8 +10,8 @@ SRC_URI="http://www.loveruby.net/archive/amstd/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~hppa ~mips ~sparc ~x86" +KEYWORDS="alpha ~hppa ~mips ~sparc x86" IUSE="" USE_RUBY="any" -DEPEND=">=dev-lang/ruby-1.6" +DEPEND="virtual/ruby" |