diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-20 20:57:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-20 20:57:09 +0000 |
commit | b8f1e9016574f6cfe6af3ce69b427e9da489a726 (patch) | |
tree | f09ef8d39bb40cfafb6d30b7a630bce8735bd490 /dev-ruby | |
parent | Stable for amd64, wrt bug #411507 (diff) | |
download | gentoo-2-b8f1e9016574f6cfe6af3ce69b427e9da489a726.tar.gz gentoo-2-b8f1e9016574f6cfe6af3ce69b427e9da489a726.tar.bz2 gentoo-2-b8f1e9016574f6cfe6af3ce69b427e9da489a726.zip |
Stable for amd64, wrt bug #411507
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rubygems/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rubygems/rubygems-1.8.24.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rubygems/ChangeLog b/dev-ruby/rubygems/ChangeLog index 810e93e2585c..ce2f970860ab 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.192 2012/05/20 07:38:15 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.193 2012/05/20 20:57:09 ago Exp $ + + 20 May 2012; Agostino Sarubbo <ago@gentoo.org> rubygems-1.8.24.ebuild: + Stable for amd64, wrt bug #411507 20 May 2012; Mark Loeser <halcy0n@gentoo.org> rubygems-1.8.15.ebuild: Stable for ppc64; bug #348901 diff --git a/dev-ruby/rubygems/rubygems-1.8.24.ebuild b/dev-ruby/rubygems/rubygems-1.8.24.ebuild index 747d513ff819..ddd46389341b 100644 --- a/dev-ruby/rubygems/rubygems-1.8.24.ebuild +++ b/dev-ruby/rubygems/rubygems-1.8.24.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.24.ebuild,v 1.1 2012/05/10 08:09:58 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-1.8.24.ebuild,v 1.2 2012/05/20 20:57:09 ago 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" |