diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2011-12-30 15:55:17 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2011-12-30 15:55:17 +0000 |
commit | 5f33785c2a8bbeb2d2627b1f0b506f46c258d2fe (patch) | |
tree | d549cf018d955d338669ad23d8c9a01324b6a93f /dev-ruby/rack/rack-1.1.3.ebuild | |
parent | Inherit Mac OS X arch-specific masks through arch sub-tree (diff) | |
download | historical-5f33785c2a8bbeb2d2627b1f0b506f46c258d2fe.tar.gz historical-5f33785c2a8bbeb2d2627b1f0b506f46c258d2fe.tar.bz2 historical-5f33785c2a8bbeb2d2627b1f0b506f46c258d2fe.zip |
Stable for ppc/ppc64; bug #396455
Package-Manager: portage-2.1.10.11/cvs/Linux ppc64
Diffstat (limited to 'dev-ruby/rack/rack-1.1.3.ebuild')
-rw-r--r-- | dev-ruby/rack/rack-1.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rack/rack-1.1.3.ebuild b/dev-ruby/rack/rack-1.1.3.ebuild index 006743477937..fb41b55d7ebf 100644 --- a/dev-ruby/rack/rack-1.1.3.ebuild +++ b/dev-ruby/rack/rack-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.1.3.ebuild,v 1.2 2011/12/30 10:08:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.1.3.ebuild,v 1.3 2011/12/30 15:55:17 halcy0n Exp $ EAPI="2" USE_RUBY="ruby18 ree18 jruby" @@ -15,7 +15,7 @@ SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" # The gem has automagic dependencies over mongrel, ruby-openid, |