diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2012-05-20 07:38:15 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2012-05-20 07:38:15 +0000 |
commit | 0332fafe216bbe075528ef7b2671954f38e9e288 (patch) | |
tree | 0406effb5c90b8c21021bf3bc81053a33aa2765a /dev-ruby/rubygems | |
parent | Version bump both for gnome-3.2 (tranlation update) and 3.4 (various bug fixe... (diff) | |
download | gentoo-2-0332fafe216bbe075528ef7b2671954f38e9e288.tar.gz gentoo-2-0332fafe216bbe075528ef7b2671954f38e9e288.tar.bz2 gentoo-2-0332fafe216bbe075528ef7b2671954f38e9e288.zip |
Stable for ppc64; bug #348901
(Portage version: 2.1.10.49/cvs/Linux ppc64)
Diffstat (limited to 'dev-ruby/rubygems')
-rw-r--r-- | dev-ruby/rubygems/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rubygems/rubygems-1.8.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rubygems/ChangeLog b/dev-ruby/rubygems/ChangeLog index 4baf8617a5e4..810e93e2585c 100644 --- a/dev-ruby/rubygems/ChangeLog +++ b/dev-ruby/rubygems/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rubygems # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.191 2012/05/10 08:09:58 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.192 2012/05/20 07:38:15 halcy0n Exp $ + + 20 May 2012; Mark Loeser <halcy0n@gentoo.org> rubygems-1.8.15.ebuild: + Stable for ppc64; bug #348901 *rubygems-1.8.24 (10 May 2012) diff --git a/dev-ruby/rubygems/rubygems-1.8.15.ebuild b/dev-ruby/rubygems/rubygems-1.8.15.ebuild index ae2112a3c559..23c2a2c83564 100644 --- a/dev-ruby/rubygems/rubygems-1.8.15.ebuild +++ b/dev-ruby/rubygems/rubygems-1.8.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-1.8.15.ebuild,v 1.4 2012/05/06 14:06:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-1.8.15.ebuild,v 1.5 2012/05/20 07:38:15 halcy0n Exp $ EAPI="4" @@ -14,7 +14,7 @@ LICENSE="|| ( Ruby MIT )" SRC_URI="mirror://rubyforge/${PN}/${P}.tgz" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~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 ~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" |