diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-15 17:26:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-15 17:26:39 +0000 |
commit | 5f2f4fac60ec31f4fcc7133cab0ac5a5b3a29b8b (patch) | |
tree | 520edf9d00f5dfb4bea3585355251403ffdd95a5 /virtual | |
parent | Stable for ppc64, wrt bug #483254 (diff) | |
download | gentoo-2-5f2f4fac60ec31f4fcc7133cab0ac5a5b3a29b8b.tar.gz gentoo-2-5f2f4fac60ec31f4fcc7133cab0ac5a5b3a29b8b.tar.bz2 gentoo-2-5f2f4fac60ec31f4fcc7133cab0ac5a5b3a29b8b.zip |
Stable for ppc64, wrt bug #483254
(Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rubygems/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/rubygems/rubygems-6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/rubygems/ChangeLog b/virtual/rubygems/ChangeLog index 005812ed0442..35544829218c 100644 --- a/virtual/rubygems/ChangeLog +++ b/virtual/rubygems/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/rubygems # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.50 2013/12/15 17:25:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.51 2013/12/15 17:26:39 ago Exp $ + + 15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> rubygems-6.ebuild: + Stable for ppc64, wrt bug #483254 15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> rubygems-6.ebuild: Stable for ppc, wrt bug #483254 diff --git a/virtual/rubygems/rubygems-6.ebuild b/virtual/rubygems/rubygems-6.ebuild index 2fd584bdf7dc..e354723453f5 100644 --- a/virtual/rubygems/rubygems-6.ebuild +++ b/virtual/rubygems/rubygems-6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.6 2013/12/15 17:25:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-6.ebuild,v 1.7 2013/12/15 17:26:39 ago Exp $ EAPI=5 USE_RUBY="ruby20" @@ -13,7 +13,7 @@ SRC_URI="" LICENSE="" SLOT="${USE_RUBY}" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="dev-ruby/rubygems[ruby_targets_ruby20]" |