diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-06 14:06:36 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-06 14:06:36 +0000 |
commit | 7266c0267d1353e3ee97a5ad7f4971f316e549f5 (patch) | |
tree | 5ea422becb369759e391162417624327b3d7fbba /dev-ruby/rubygems | |
parent | Stable for amd64, wrt bug #379387 (diff) | |
download | gentoo-2-7266c0267d1353e3ee97a5ad7f4971f316e549f5.tar.gz gentoo-2-7266c0267d1353e3ee97a5ad7f4971f316e549f5.tar.bz2 gentoo-2-7266c0267d1353e3ee97a5ad7f4971f316e549f5.zip |
Stable for amd64, wrt bug #348901
(Portage version: 2.1.10.49/cvs/Linux x86_64)
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 70be225edbdf..a2c659922a38 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.189 2012/05/05 21:34:45 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.190 2012/05/06 14:06:36 ago Exp $ + + 06 May 2012; Agostino Sarubbo <ago@gentoo.org> rubygems-1.8.15.ebuild: + Stable for amd64, wrt bug #348901 05 May 2012; Brent Baude <ranger@gentoo.org> rubygems-1.8.15.ebuild: Marking rubygems-1.8.15 ppc for bug 348901 diff --git a/dev-ruby/rubygems/rubygems-1.8.15.ebuild b/dev-ruby/rubygems/rubygems-1.8.15.ebuild index 601406a552f0..ae2112a3c559 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.3 2012/05/05 21:34:45 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-1.8.15.ebuild,v 1.4 2012/05/06 14:06:36 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" |