diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-15 17:25:30 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-15 17:25:30 +0000 |
commit | 8f36caf1f96136656e763713839cb05375bb8340 (patch) | |
tree | 92daaf829a8a8bc0ead1c2b56d47fc4a765d9cfc /dev-ruby/rubygems | |
parent | Stable for ppc, wrt bug #483254 (diff) | |
download | gentoo-2-8f36caf1f96136656e763713839cb05375bb8340.tar.gz gentoo-2-8f36caf1f96136656e763713839cb05375bb8340.tar.bz2 gentoo-2-8f36caf1f96136656e763713839cb05375bb8340.zip |
Stable for ppc, wrt bug #483254
(Portage version: 2.2.1/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.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rubygems/ChangeLog b/dev-ruby/rubygems/ChangeLog index 39f83812a1cc..04d74d2fd3ba 100644 --- a/dev-ruby/rubygems/ChangeLog +++ b/dev-ruby/rubygems/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rubygems # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.214 2013/10/03 05:32:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.215 2013/12/15 17:25:30 ago Exp $ + + 15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> rubygems-2.0.3.ebuild: + Stable for ppc, wrt bug #483254 *rubygems-2.0.10 (03 Oct 2013) diff --git a/dev-ruby/rubygems/rubygems-2.0.3.ebuild b/dev-ruby/rubygems/rubygems-2.0.3.ebuild index fdf8b3803ae5..cb3a102389e8 100644 --- a/dev-ruby/rubygems/rubygems-2.0.3.ebuild +++ b/dev-ruby/rubygems/rubygems-2.0.3.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/rubygems/rubygems-2.0.3.ebuild,v 1.6 2013/09/05 15:49:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-2.0.3.ebuild,v 1.7 2013/12/15 17:25:30 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" |