diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-04-27 12:56:34 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-04-27 12:56:34 +0000 |
commit | d6e8535f942e2e73a02ddb97089a7e0a6dbc85e8 (patch) | |
tree | 20f6ca6a7dc880e49f1a675434d331912f5f489f /dev-ruby | |
parent | Add GPL-2 to LICENSES because of init script, bug 426042 (diff) | |
download | gentoo-2-d6e8535f942e2e73a02ddb97089a7e0a6dbc85e8.tar.gz gentoo-2-d6e8535f942e2e73a02ddb97089a7e0a6dbc85e8.tar.bz2 gentoo-2-d6e8535f942e2e73a02ddb97089a7e0a6dbc85e8.zip |
Marked ~hppa (bug #508828).
(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 db42e4bdf4a6..0c2d0fdf42dd 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.63 2014/04/26 17:52:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.64 2014/04/27 12:56:34 jer Exp $ + + 27 Apr 2014; Jeroen Roovers <jer@gentoo.org> + rspec-expectations-2.14.5.ebuild: + Marked ~hppa (bug #508828). 26 Apr 2014; Jeroen Roovers <jer@gentoo.org> rspec-expectations-2.14.5.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 f51729bf3043..1dc946d01b8b 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.3 2014/04/26 17:52:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.4 2014/04/27 12:56:34 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" |