diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-01-05 11:31:29 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-01-05 11:31:29 +0000 |
commit | 2957024a2b7cf525d3d5a32cdf17ed9015178a2b (patch) | |
tree | 9ca637ab49328945cb8cd3d74c64b28827332508 /dev-ruby/rack | |
parent | Remove old, this should have never been revbumped for a simple compile-time fix. (diff) | |
download | gentoo-2-2957024a2b7cf525d3d5a32cdf17ed9015178a2b.tar.gz gentoo-2-2957024a2b7cf525d3d5a32cdf17ed9015178a2b.tar.bz2 gentoo-2-2957024a2b7cf525d3d5a32cdf17ed9015178a2b.zip |
Prefix doesn't do stable keywords
(Portage version: 2.1.6.13/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-ruby/rack')
-rw-r--r-- | dev-ruby/rack/rack-1.0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rack/rack-1.0.1-r1.ebuild b/dev-ruby/rack/rack-1.0.1-r1.ebuild index cc4005eaaa69..7da13ad56524 100644 --- a/dev-ruby/rack/rack-1.0.1-r1.ebuild +++ b/dev-ruby/rack/rack-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.0.1-r1.ebuild,v 1.5 2010/01/05 11:16:18 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.0.1-r1.ebuild,v 1.6 2010/01/05 11:31:29 grobian Exp $ EAPI="2" USE_RUBY="ruby18" @@ -15,7 +15,7 @@ SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="" # The gem has automagic dependencies over ruby-openid, |