diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-19 13:21:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-19 13:21:50 +0000 |
commit | b43154c810c1a47ac4445a2fd8f1a5442808a862 (patch) | |
tree | e5ea54034142e93309ff5943c69306f2a1f26bb3 /dev-ruby/rubygems | |
parent | Stable for x86, wrt bug #532532 (diff) | |
download | gentoo-2-b43154c810c1a47ac4445a2fd8f1a5442808a862.tar.gz gentoo-2-b43154c810c1a47ac4445a2fd8f1a5442808a862.tar.bz2 gentoo-2-b43154c810c1a47ac4445a2fd8f1a5442808a862.zip |
Stable for x86, wrt bug #532534
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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 b1c6f8788d22..76fb1548279c 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.249 2014/12/19 13:20:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.250 2014/12/19 13:21:50 ago Exp $ + + 19 Dec 2014; Agostino Sarubbo <ago@gentoo.org> rubygems-2.2.2.ebuild: + Stable for x86, wrt bug #532534 19 Dec 2014; Agostino Sarubbo <ago@gentoo.org> rubygems-2.2.2.ebuild: Stable for amd64, wrt bug #532534 diff --git a/dev-ruby/rubygems/rubygems-2.2.2.ebuild b/dev-ruby/rubygems/rubygems-2.2.2.ebuild index c57f80add377..4cb961b00e97 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-2014 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.5 2014/12/19 13:20:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-2.2.2.ebuild,v 1.6 2014/12/19 13:21:50 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" |