diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-04-10 09:16:37 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-04-10 09:16:37 +0000 |
commit | 9de896a7aea07b1014d30dba3e278b7549c30e9e (patch) | |
tree | 37396491d23245c9aa878947deb513da0cb5a7d0 /dev-ruby/narray/narray-0.5.7_p2.ebuild | |
parent | don't assign default to S; tidy (diff) | |
download | historical-9de896a7aea07b1014d30dba3e278b7549c30e9e.tar.gz historical-9de896a7aea07b1014d30dba3e278b7549c30e9e.tar.bz2 historical-9de896a7aea07b1014d30dba3e278b7549c30e9e.zip |
Marked stable on x86 and alpha. virtual/ruby fix.
Diffstat (limited to 'dev-ruby/narray/narray-0.5.7_p2.ebuild')
-rw-r--r-- | dev-ruby/narray/narray-0.5.7_p2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/narray/narray-0.5.7_p2.ebuild b/dev-ruby/narray/narray-0.5.7_p2.ebuild index 4d01b1afe311..04e3634463c4 100644 --- a/dev-ruby/narray/narray-0.5.7_p2.ebuild +++ b/dev-ruby/narray/narray-0.5.7_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.7_p2.ebuild,v 1.2 2004/02/22 22:22:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.7_p2.ebuild,v 1.3 2004/04/10 09:16:37 usata Exp $ inherit ruby @@ -12,11 +12,11 @@ SRC_URI="http://www.ir.isas.ac.jp/~masa/ruby/dist/${MY_P}.tar.gz" LICENSE="Ruby" SLOT="0" -KEYWORDS="~alpha ~hppa ~mips ~ppc ~sparc ~x86" +KEYWORDS="alpha ~hppa ~mips ~ppc ~sparc x86" IUSE="" USE_RUBY="ruby16 ruby18 ruby19" -DEPEND=">=dev-lang/ruby-1.6.8" +DEPEND="virtual/ruby" S="${WORKDIR}/${MY_P}" |