diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-05 02:03:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-05 02:03:19 +0000 |
commit | d38df132cce8bd9e2a0749381c3fab2edb62027e (patch) | |
tree | 5b195943eedae0f7d463101fd9cf4d3f5aecbe4e /dev-ruby | |
parent | ver bump (diff) | |
download | gentoo-2-d38df132cce8bd9e2a0749381c3fab2edb62027e.tar.gz gentoo-2-d38df132cce8bd9e2a0749381c3fab2edb62027e.tar.bz2 gentoo-2-d38df132cce8bd9e2a0749381c3fab2edb62027e.zip |
hello ~amd64
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby-config/ruby-config-0.2.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/dev-ruby/ruby-config/ruby-config-0.2.ebuild b/dev-ruby/ruby-config/ruby-config-0.2.ebuild index e4c33a895b3f..528f9ffbfc49 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.1 2004/01/30 07:50:34 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-config/ruby-config-0.2.ebuild,v 1.2 2004/02/05 02:00:51 vapier Exp $ DESCRIPTION="Utility to switch the ruby interpreter beging used" HOMEPAGE="http://www.gentoo.org/" @@ -8,16 +8,10 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" - -IUSE="" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64" DEPEND="dev-lang/ruby" -#RDEPEND="" src_install() { - newsbin ${FILESDIR}/ruby-config.sh ruby-config - dodir /usr/bin - dosym /usr/{s,}bin/ruby-config } |