diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 18:17:06 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 18:17:06 +0000 |
commit | 18973d46ad4178f4d29d508920fd8fb47ffddf6b (patch) | |
tree | 59b4903d15039cf7e95b07975921d7d6366be951 /dev-ruby/rspec-expectations | |
parent | Add Prefix keywords, bug #396547 (diff) | |
download | gentoo-2-18973d46ad4178f4d29d508920fd8fb47ffddf6b.tar.gz gentoo-2-18973d46ad4178f4d29d508920fd8fb47ffddf6b.tar.bz2 gentoo-2-18973d46ad4178f4d29d508920fd8fb47ffddf6b.zip |
Add Prefix keywords, bug #396547
(Portage version: 2.2.01.20048-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-ruby/rspec-expectations')
-rw-r--r-- | dev-ruby/rspec-expectations/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rspec-expectations/rspec-expectations-2.6.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/rspec-expectations/ChangeLog b/dev-ruby/rspec-expectations/ChangeLog index c4a5b97c636b..e74e50ec6d86 100644 --- a/dev-ruby/rspec-expectations/ChangeLog +++ b/dev-ruby/rspec-expectations/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rspec-expectations # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.19 2011/12/28 08:21:30 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.20 2011/12/31 18:17:06 grobian Exp $ + + 31 Dec 2011; Fabian Groffen <grobian@gentoo.org> + rspec-expectations-2.6.0-r1.ebuild: + Add Prefix keywords, bug #396547 *rspec-expectations-2.6.0-r1 (28 Dec 2011) diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.6.0-r1.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-2.6.0-r1.ebuild index e5ab1705ccaf..7c548e465224 100644 --- a/dev-ruby/rspec-expectations/rspec-expectations-2.6.0-r1.ebuild +++ b/dev-ruby/rspec-expectations/rspec-expectations-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-expectations/rspec-expectations-2.6.0-r1.ebuild,v 1.1 2011/12/28 08:21:30 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.6.0-r1.ebuild,v 1.2 2011/12/31 18:17:06 grobian Exp $ EAPI=2 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -16,7 +16,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="" ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.2" |