diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-26 01:03:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-26 01:03:44 +0000 |
commit | 31ea812d23255c6dfb5442433cbaeda9cb8ff0ce (patch) | |
tree | 66ac35be3b5e150b329a2f6a97fc0d379161cab0 /dev-ruby | |
parent | 3.3alpha1 - hardmasked (Manifest recommit) (diff) | |
download | gentoo-2-31ea812d23255c6dfb5442433cbaeda9cb8ff0ce.tar.gz gentoo-2-31ea812d23255c6dfb5442433cbaeda9cb8ff0ce.tar.bz2 gentoo-2-31ea812d23255c6dfb5442433cbaeda9cb8ff0ce.zip |
arm KEYWORDS
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby-config/ruby-config-0.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-ruby/ruby-config/ruby-config-0.2.ebuild b/dev-ruby/ruby-config/ruby-config-0.2.ebuild index c6ae5bebc2e5..74fef567b8e2 100644 --- a/dev-ruby/ruby-config/ruby-config-0.2.ebuild +++ b/dev-ruby/ruby-config/ruby-config-0.2.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/ruby-config/ruby-config-0.2.ebuild,v 1.10 2004/04/11 18:07:27 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-config/ruby-config-0.2.ebuild,v 1.11 2004/05/26 01:03:44 vapier Exp $ DESCRIPTION="Utility to switch the ruby interpreter beging used" HOMEPAGE="http://www.gentoo.org/" @@ -8,10 +8,11 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha hppa amd64 ia64 s390" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390" +IUSE="" DEPEND="virtual/ruby" src_install() { - newsbin ${FILESDIR}/ruby-config.sh ruby-config + newsbin ${FILESDIR}/ruby-config.sh ruby-config || die } |