diff options
Diffstat (limited to 'dev-ruby/rspec/rspec-1.2.8.ebuild')
-rw-r--r-- | dev-ruby/rspec/rspec-1.2.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rspec/rspec-1.2.8.ebuild b/dev-ruby/rspec/rspec-1.2.8.ebuild index 38cd77d9a9e2..180960ff5104 100644 --- a/dev-ruby/rspec/rspec-1.2.8.ebuild +++ b/dev-ruby/rspec/rspec-1.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.2.8.ebuild,v 1.1 2009/07/17 08:12:57 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.2.8.ebuild,v 1.2 2009/10/15 08:31:20 maekke Exp $ inherit gems @@ -9,7 +9,7 @@ HOMEPAGE="http://rspec.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" IUSE="" USE_RUBY="ruby18 ruby19" |