diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-20 17:07:14 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-20 17:07:14 +0000 |
commit | 74fd725c1068647333922b902f99528b6f2e7e32 (patch) | |
tree | 978d95fe2c1e6e0cace421de94b3db2162fbbb37 /dev-ruby/rspec-core | |
parent | Stable for alpha, wrt bug #450532 (diff) | |
download | gentoo-2-74fd725c1068647333922b902f99528b6f2e7e32.tar.gz gentoo-2-74fd725c1068647333922b902f99528b6f2e7e32.tar.bz2 gentoo-2-74fd725c1068647333922b902f99528b6f2e7e32.zip |
Stable for alpha, wrt bug #450532
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-ruby/rspec-core')
-rw-r--r-- | dev-ruby/rspec-core/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rspec-core/rspec-core-2.12.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rspec-core/ChangeLog b/dev-ruby/rspec-core/ChangeLog index e82e7c28f073..2af675d0cf95 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/ChangeLog,v 1.46 2013/01/15 05:52:14 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/ChangeLog,v 1.47 2013/01/20 17:07:14 ago Exp $ + + 20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> rspec-core-2.12.2.ebuild: + Stable for alpha, wrt bug #450532 15 Jan 2013; Rick Farina <zerochaos@gentoo.org> rspec-core-2.10.1.ebuild, rspec-core-2.11.1.ebuild, rspec-core-2.12.2.ebuild, diff --git a/dev-ruby/rspec-core/rspec-core-2.12.2.ebuild b/dev-ruby/rspec-core/rspec-core-2.12.2.ebuild index 0079f22e7e50..9c81f5ad4532 100644 --- a/dev-ruby/rspec-core/rspec-core-2.12.2.ebuild +++ b/dev-ruby/rspec-core/rspec-core-2.12.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.12.2.ebuild,v 1.5 2013/01/15 05:52:14 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/rspec-core-2.12.2.ebuild,v 1.6 2013/01/20 17:07:14 ago Exp $ EAPI=4 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -23,7 +23,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="2" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="${RDEPEND} !<dev-ruby/rspec-1.3.1-r1" |