diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-30 14:22:27 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-30 14:22:27 +0000 |
commit | 3db259be84707f4f2da6ac02d0af18c4559555cc (patch) | |
tree | 436c152d514183230f104d432e7603ba7e8e21b1 /dev-ruby/rubygems | |
parent | Stable for amd64, wrt bug #512188 (diff) | |
download | gentoo-2-3db259be84707f4f2da6ac02d0af18c4559555cc.tar.gz gentoo-2-3db259be84707f4f2da6ac02d0af18c4559555cc.tar.bz2 gentoo-2-3db259be84707f4f2da6ac02d0af18c4559555cc.zip |
Stable for ppc, wrt bug #508996
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", 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.0.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rubygems/ChangeLog b/dev-ruby/rubygems/ChangeLog index bdb4149a508b..e3e8b1a1d87f 100644 --- a/dev-ruby/rubygems/ChangeLog +++ b/dev-ruby/rubygems/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rubygems # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.238 2014/09/09 05:18:49 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.239 2014/10/30 14:22:27 ago Exp $ + + 30 Oct 2014; Agostino Sarubbo <ago@gentoo.org> rubygems-2.0.14.ebuild: + Stable for ppc, wrt bug #508996 *rubygems-2.2.2 (09 Sep 2014) diff --git a/dev-ruby/rubygems/rubygems-2.0.14.ebuild b/dev-ruby/rubygems/rubygems-2.0.14.ebuild index 5b30ce6ea40e..04272ad91491 100644 --- a/dev-ruby/rubygems/rubygems-2.0.14.ebuild +++ b/dev-ruby/rubygems/rubygems-2.0.14.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/rubygems/rubygems-2.0.14.ebuild,v 1.15 2014/08/15 17:36:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-2.0.14.ebuild,v 1.16 2014/10/30 14:22:27 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" |