diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-21 15:15:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-21 15:15:34 +0000 |
commit | 0d4c785b3a93ecfc7750c21b7a8774dd2293d6ec (patch) | |
tree | 70608d62105d50dc8595420716c0df3c420462d9 /dev-ruby | |
parent | Stable for ia64, wrt bug #450532 (diff) | |
download | gentoo-2-0d4c785b3a93ecfc7750c21b7a8774dd2293d6ec.tar.gz gentoo-2-0d4c785b3a93ecfc7750c21b7a8774dd2293d6ec.tar.bz2 gentoo-2-0d4c785b3a93ecfc7750c21b7a8774dd2293d6ec.zip |
Stable for ia64, wrt bug #450532
(Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)
Diffstat (limited to 'dev-ruby')
-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 87287d3a50b0..f6b54503be6f 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.48 2013/01/21 14:03:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.49 2013/01/21 15:15:34 ago Exp $ + + 21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> + rspec-expectations-2.12.1.ebuild: + Stable for ia64, wrt bug #450532 21 Jan 2013; Agostino Sarubbo <ago@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 4d6eb440ed35..980dde2af42e 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.8 2013/01/21 14:03:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.12.1.ebuild,v 1.9 2013/01/21 15:15:34 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" |