diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-06-29 21:18:48 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-06-29 21:18:48 +0000 |
commit | fdb154c5e5c88c92eda86e6061e44795b1a3c87f (patch) | |
tree | f2986b474afc9b390ec8d4e4d7d424ec79eeb7d7 /dev-ruby/rubygems/rubygems-1.1.1.ebuild | |
parent | Fix problem with init.d file as reported in #229875 (diff) | |
download | historical-fdb154c5e5c88c92eda86e6061e44795b1a3c87f.tar.gz historical-fdb154c5e5c88c92eda86e6061e44795b1a3c87f.tar.bz2 historical-fdb154c5e5c88c92eda86e6061e44795b1a3c87f.zip |
Stable on sparc, bug #229875
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.24-gentoo-r8 sparc64
Diffstat (limited to 'dev-ruby/rubygems/rubygems-1.1.1.ebuild')
-rw-r--r-- | dev-ruby/rubygems/rubygems-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rubygems/rubygems-1.1.1.ebuild b/dev-ruby/rubygems/rubygems-1.1.1.ebuild index 9a0a0a40bacf..f7f207ea37a7 100644 --- a/dev-ruby/rubygems/rubygems-1.1.1.ebuild +++ b/dev-ruby/rubygems/rubygems-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-1.1.1.ebuild,v 1.4 2008/06/29 21:06:53 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-1.1.1.ebuild,v 1.5 2008/06/29 21:18:48 bluebird Exp $ inherit ruby @@ -15,7 +15,7 @@ RESTRICT="test" # change the filename on the end, it still downloads the same file. SRC_URI="mirror://rubyforge/${PN}/${P}.tgz" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" SLOT="0" IUSE="doc server" DEPEND=">=dev-lang/ruby-1.8" |