diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2003-01-06 18:08:38 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2003-01-06 18:08:38 +0000 |
commit | ccceafd68fc2d0bc13d6c7fba9e521621d7405d4 (patch) | |
tree | 6b0873c68eb19ee15c7b9bfa832d2ef0880d5d57 /dev-lang | |
parent | ok, patch, GO (diff) | |
download | historical-ccceafd68fc2d0bc13d6c7fba9e521621d7405d4.tar.gz historical-ccceafd68fc2d0bc13d6c7fba9e521621d7405d4.tar.bz2 historical-ccceafd68fc2d0bc13d6c7fba9e521621d7405d4.zip |
removed x86 mask
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ruby/ruby-1.6.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ruby/ruby-1.6.8.ebuild b/dev-lang/ruby/ruby-1.6.8.ebuild index a70ed10914ae..ad28ff216f60 100644 --- a/dev-lang/ruby/ruby-1.6.8.ebuild +++ b/dev-lang/ruby/ruby-1.6.8.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.6.8.ebuild,v 1.2 2002/12/30 22:06:22 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.6.8.ebuild,v 1.3 2003/01/06 18:08:38 rphillips Exp $ S=${WORKDIR}/${P} DESCRIPTION="An object-oriented scripting language" SRC_URI="ftp://ftp.ruby-lang.org/pub/ruby/${P}.tar.gz" HOMEPAGE="http://www.ruby-lang.org/" LICENSE="Ruby" -KEYWORDS="~x86" +KEYWORDS="x86" SLOT="0" DEPEND=">=sys-libs/glibc-2.1.3 |