diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-04-26 17:52:47 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-04-26 17:52:47 +0000 |
commit | 8bea8b04d69a7455dfa21fc3dff5c02159f01098 (patch) | |
tree | 8c420aa262b2289f698a9ec491f35e2366000a8d /dev-ruby | |
parent | drop old (diff) | |
download | gentoo-2-8bea8b04d69a7455dfa21fc3dff5c02159f01098.tar.gz gentoo-2-8bea8b04d69a7455dfa21fc3dff5c02159f01098.tar.bz2 gentoo-2-8bea8b04d69a7455dfa21fc3dff5c02159f01098.zip |
Stable for HPPA (bug #508416).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rspec-expectations/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/rspec-expectations/ChangeLog b/dev-ruby/rspec-expectations/ChangeLog index 5cc457b5e536..db42e4bdf4a6 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.62 2014/04/05 22:59:20 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.63 2014/04/26 17:52:47 jer Exp $ + + 26 Apr 2014; Jeroen Roovers <jer@gentoo.org> + rspec-expectations-2.14.5.ebuild: + Stable for HPPA (bug #508416). 05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> rspec-expectations-2.12.1.ebuild, rspec-expectations-2.13.0.ebuild, rspec-expectations-2.14.5-r1.ebuild, diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild index 7a48c73030f0..f51729bf3043 100644 --- a/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild +++ b/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.14.5.ebuild,v 1.2 2014/04/05 22:59:20 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.3 2014/04/26 17:52:47 jer Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 jruby" @@ -20,7 +20,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="" ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.3" |