diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-08 11:28:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-08 11:28:57 +0000 |
commit | 6a47f1df6f3cdebd8d708dd80f006ee1ca9e6caf (patch) | |
tree | 552b5d83829e3af21373d43dbb22d9ee483141f4 /dev-ruby/rubygems | |
parent | Stable for ppc64, wrt bug #532572 (diff) | |
download | gentoo-2-6a47f1df6f3cdebd8d708dd80f006ee1ca9e6caf.tar.gz gentoo-2-6a47f1df6f3cdebd8d708dd80f006ee1ca9e6caf.tar.bz2 gentoo-2-6a47f1df6f3cdebd8d708dd80f006ee1ca9e6caf.zip |
Stable for ppc64, wrt bug #532534
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/rubygems')
-rw-r--r-- | dev-ruby/rubygems/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rubygems/rubygems-2.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rubygems/ChangeLog b/dev-ruby/rubygems/ChangeLog index 433c0c9f9a6e..4889773d6f77 100644 --- a/dev-ruby/rubygems/ChangeLog +++ b/dev-ruby/rubygems/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rubygems # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.256 2015/01/01 09:53:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.257 2015/01/08 11:28:57 ago Exp $ + + 08 Jan 2015; Agostino Sarubbo <ago@gentoo.org> rubygems-2.2.2.ebuild: + Stable for ppc64, wrt bug #532534 01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> rubygems-2.2.2.ebuild: Stable for ia64, wrt bug #532534 diff --git a/dev-ruby/rubygems/rubygems-2.2.2.ebuild b/dev-ruby/rubygems/rubygems-2.2.2.ebuild index a7f4be47c82d..b258de367069 100644 --- a/dev-ruby/rubygems/rubygems-2.2.2.ebuild +++ b/dev-ruby/rubygems/rubygems-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-2.2.2.ebuild,v 1.11 2015/01/01 09:53:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-2.2.2.ebuild,v 1.12 2015/01/08 11:28:57 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ LICENSE="|| ( Ruby MIT )" SRC_URI="http://production.cf.rubygems.org/rubygems/${P}.tgz" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="server test" |