diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-01 09:53:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-01 09:53:50 +0000 |
commit | e9f9d64a31c28b3bfb903a78370aef2a86184c82 (patch) | |
tree | abacc019210546ca1b217d6bee7205b2f88e0ecd /dev-ruby/rubygems | |
parent | Stable for ia64, wrt bug #533590 (diff) | |
download | gentoo-2-e9f9d64a31c28b3bfb903a78370aef2a86184c82.tar.gz gentoo-2-e9f9d64a31c28b3bfb903a78370aef2a86184c82.tar.bz2 gentoo-2-e9f9d64a31c28b3bfb903a78370aef2a86184c82.zip |
Stable for ia64, wrt bug #532534
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/rubygems')
-rw-r--r-- | dev-ruby/rubygems/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/rubygems/rubygems-2.2.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/rubygems/ChangeLog b/dev-ruby/rubygems/ChangeLog index ebf118f5439c..433c0c9f9a6e 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.255 2014/12/27 21:02:37 graaff Exp $ +# 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 $ + + 01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> rubygems-2.2.2.ebuild: + Stable for ia64, wrt bug #532534 *rubygems-2.4.5 (27 Dec 2014) diff --git a/dev-ruby/rubygems/rubygems-2.2.2.ebuild b/dev-ruby/rubygems/rubygems-2.2.2.ebuild index c9c2f04d8841..a7f4be47c82d 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 +# 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.10 2014/12/26 18:07:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-2.2.2.ebuild,v 1.11 2015/01/01 09:53: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" |