diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-08-27 09:47:24 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-08-27 09:47:24 +0000 |
commit | cd053cadf5d8ee17c8ef8506e658b2ceafb56a6a (patch) | |
tree | c58eac43f68f743189c5dbbf2fd346daeaff6794 | |
parent | Provide locations to libraries, and help extconf to guess the library name of... (diff) | |
download | gentoo-2-cd053cadf5d8ee17c8ef8506e658b2ceafb56a6a.tar.gz gentoo-2-cd053cadf5d8ee17c8ef8506e658b2ceafb56a6a.tar.bz2 gentoo-2-cd053cadf5d8ee17c8ef8506e658b2ceafb56a6a.zip |
Marked ~x64-macos
(Portage version: 2.2.01.19074-prefix/cvs/Darwin i386)
-rw-r--r-- | dev-ruby/rspec-core/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rspec-core/rspec-core-2.6.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rspec-core/ChangeLog b/dev-ruby/rspec-core/ChangeLog index fe8dcaf65045..e86ab8554667 100644 --- a/dev-ruby/rspec-core/ChangeLog +++ b/dev-ruby/rspec-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rspec-core # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/ChangeLog,v 1.15 2011/08/25 13:31:35 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/ChangeLog,v 1.16 2011/08/27 09:47:24 grobian Exp $ + + 27 Aug 2011; Fabian Groffen <grobian@gentoo.org> rspec-core-2.6.4.ebuild: + Marked ~x64-macos 25 Aug 2011; Hans de Graaff <graaff@gentoo.org> rspec-core-2.6.4.ebuild: Add missing nokogiri dependency, bug 369573. diff --git a/dev-ruby/rspec-core/rspec-core-2.6.4.ebuild b/dev-ruby/rspec-core/rspec-core-2.6.4.ebuild index 19a75b7b8b33..673d52b0b417 100644 --- a/dev-ruby/rspec-core/rspec-core-2.6.4.ebuild +++ b/dev-ruby/rspec-core/rspec-core-2.6.4.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-core/rspec-core-2.6.4.ebuild,v 1.4 2011/08/25 13:31:35 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/rspec-core-2.6.4.ebuild,v 1.5 2011/08/27 09:47:24 grobian Exp $ EAPI=2 USE_RUBY="ruby18 ree18 ruby19 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 ~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="" RDEPEND="${RDEPEND} !<dev-ruby/rspec-1.3.1-r1" |