diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-08-27 09:49:16 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-08-27 09:49:16 +0000 |
commit | d6a0c9a424a78b024efd185e2f262b6faf193cf2 (patch) | |
tree | 87ea9ad8a55467d8a33b1767e9c7dbe1a57f8370 /dev-ruby | |
parent | Remove link to non-existing upgrade guide, bug #380811. (diff) | |
download | gentoo-2-d6a0c9a424a78b024efd185e2f262b6faf193cf2.tar.gz gentoo-2-d6a0c9a424a78b024efd185e2f262b6faf193cf2.tar.bz2 gentoo-2-d6a0c9a424a78b024efd185e2f262b6faf193cf2.zip |
Marked ~x64-macos
(Portage version: 2.2.01.19074-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rspec-expectations/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rspec-expectations/rspec-expectations-2.6.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/rspec-expectations/ChangeLog b/dev-ruby/rspec-expectations/ChangeLog index 70856e209396..4dec3cbd94f5 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.12 2011/08/02 16:38:27 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.13 2011/08/27 09:49:16 grobian Exp $ + + 27 Aug 2011; Fabian Groffen <grobian@gentoo.org> + rspec-expectations-2.6.0.ebuild: + Marked ~x64-macos 02 Aug 2011; Markos Chandras <hwoarang@gentoo.org> rspec-expectations-2.6.0.ebuild: diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.6.0.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-2.6.0.ebuild index 3112df9b6659..35eb949a7b11 100644 --- a/dev-ruby/rspec-expectations/rspec-expectations-2.6.0.ebuild +++ b/dev-ruby/rspec-expectations/rspec-expectations-2.6.0.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.ebuild,v 1.4 2011/08/02 16:38:27 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.6.0.ebuild,v 1.5 2011/08/27 09:49:16 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 ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.2" |