diff options
author | 2013-01-11 10:33:39 +0000 | |
---|---|---|
committer | 2013-01-11 10:33:39 +0000 | |
commit | c4095187e5284f392025b249bad91043f25b1e9a (patch) | |
tree | 43f7cba148a6350696828c799ba77fdd79456415 /dev-ruby/rspec-expectations | |
parent | Stable for amd64, wrt bug #450532 (diff) | |
download | gentoo-2-c4095187e5284f392025b249bad91043f25b1e9a.tar.gz gentoo-2-c4095187e5284f392025b249bad91043f25b1e9a.tar.bz2 gentoo-2-c4095187e5284f392025b249bad91043f25b1e9a.zip |
Stable for amd64, wrt bug #450532
(Portage version: 2.1.11.31/cvs/Linux x86_64, 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 682bc4395edb..5634b553d391 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.40 2013/01/09 13:10:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.41 2013/01/11 10:33:39 ago Exp $ + + 11 Jan 2013; Agostino Sarubbo <ago@gentoo.org> + rspec-expectations-2.12.1.ebuild: + Stable for amd64, wrt bug #450532 09 Jan 2013; Jeroen Roovers <jer@gentoo.org> rspec-expectations-2.12.1.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 adae0255fab7..79acd3cc5a84 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.2 2013/01/09 13:10:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.12.1.ebuild,v 1.3 2013/01/11 10:33:39 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 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~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" |