diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-20 17:06:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-20 17:06:49 +0000 |
commit | 40016ab423cc1cd3d1f9b916b3bdb0cf32dad86a (patch) | |
tree | 19e2bcb586b1222e3265f6f3deccda603cab88fa /dev-ruby/rspec-expectations | |
parent | Stable for alpha, wrt bug #450532 (diff) | |
download | gentoo-2-40016ab423cc1cd3d1f9b916b3bdb0cf32dad86a.tar.gz gentoo-2-40016ab423cc1cd3d1f9b916b3bdb0cf32dad86a.tar.bz2 gentoo-2-40016ab423cc1cd3d1f9b916b3bdb0cf32dad86a.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-expectations')
-rw-r--r-- | dev-ruby/rspec-expectations/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rspec-expectations/rspec-expectations-2.12.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/rspec-expectations/ChangeLog b/dev-ruby/rspec-expectations/ChangeLog index b37071c2c655..fe0e427f252e 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.45 2013/01/15 05:40:07 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.46 2013/01/20 17:06:49 ago Exp $ + + 20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> + rspec-expectations-2.12.1.ebuild: + Stable for alpha, wrt bug #450532 15 Jan 2013; Rick Farina <zerochaos@gentoo.org> rspec-expectations-2.10.0.ebuild, rspec-expectations-2.11.3.ebuild, diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.12.1.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-2.12.1.ebuild index 86e14d868252..346959100960 100644 --- a/dev-ruby/rspec-expectations/rspec-expectations-2.12.1.ebuild +++ b/dev-ruby/rspec-expectations/rspec-expectations-2.12.1.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-expectations/rspec-expectations-2.12.1.ebuild,v 1.5 2013/01/15 03:23:34 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.12.1.ebuild,v 1.6 2013/01/20 17:06:49 ago Exp $ EAPI=4 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -22,7 +22,7 @@ SRC_URI="https://github.com/rspec/${PN}/tarball/v${PV} -> ${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="" ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.3" |