diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 18:39:56 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 18:39:56 +0000 |
commit | cabb815ac5136493e5deaf2619d2fb988218e582 (patch) | |
tree | 2895db7d343b181cab16c5801e07be119fe11297 /dev-ruby/rspec | |
parent | Simplify py-compile fix. (diff) | |
download | historical-cabb815ac5136493e5deaf2619d2fb988218e582.tar.gz historical-cabb815ac5136493e5deaf2619d2fb988218e582.tar.bz2 historical-cabb815ac5136493e5deaf2619d2fb988218e582.zip |
Add Prefix keywords, bug #396547
Package-Manager: portage-2.2.01.20048-prefix/cvs/Darwin i386
Diffstat (limited to 'dev-ruby/rspec')
-rw-r--r-- | dev-ruby/rspec/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rspec/rspec-2.6.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rspec/ChangeLog b/dev-ruby/rspec/ChangeLog index 40737231cfe7..ce727c2d58c0 100644 --- a/dev-ruby/rspec/ChangeLog +++ b/dev-ruby/rspec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rspec # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.112 2011/12/28 08:26:50 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.113 2011/12/31 18:32:25 grobian Exp $ + + 31 Dec 2011; Fabian Groffen <grobian@gentoo.org> rspec-2.6.0-r1.ebuild: + Add Prefix keywords, bug #396547 28 Dec 2011; Hans de Graaff <graaff@gentoo.org> rspec-1.3.1.ebuild, rspec-1.3.1-r1.ebuild: diff --git a/dev-ruby/rspec/rspec-2.6.0-r1.ebuild b/dev-ruby/rspec/rspec-2.6.0-r1.ebuild index 6a3310b8223b..86caa52faacf 100644 --- a/dev-ruby/rspec/rspec-2.6.0-r1.ebuild +++ b/dev-ruby/rspec/rspec-2.6.0-r1.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/rspec/rspec-2.6.0-r1.ebuild,v 1.1 2011/12/28 08:24:41 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-2.6.0-r1.ebuild,v 1.2 2011/12/31 18:32:25 grobian Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 ree18 jruby" @@ -17,7 +17,7 @@ HOMEPAGE="http://rspec.rubyforge.org/" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" SUBVERSION="$(get_version_component_range 1-2)" |