diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-20 20:57:36 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-20 20:57:36 +0000 |
commit | 91da9827f52a2043844fec400897b1a279bbae1f (patch) | |
tree | 30b2627041ab7d856fcef6cd36da38d135e2b37d /virtual/rubygems | |
parent | Stable for amd64, wrt bug #411507 (diff) | |
download | gentoo-2-91da9827f52a2043844fec400897b1a279bbae1f.tar.gz gentoo-2-91da9827f52a2043844fec400897b1a279bbae1f.tar.bz2 gentoo-2-91da9827f52a2043844fec400897b1a279bbae1f.zip |
Stable for amd64, wrt bug #411507
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'virtual/rubygems')
-rw-r--r-- | virtual/rubygems/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/rubygems/rubygems-4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/rubygems/ChangeLog b/virtual/rubygems/ChangeLog index 3c38419a63d2..709348c91df4 100644 --- a/virtual/rubygems/ChangeLog +++ b/virtual/rubygems/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/rubygems # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.32 2012/02/09 07:57:49 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/ChangeLog,v 1.33 2012/05/20 20:57:36 ago Exp $ + + 20 May 2012; Agostino Sarubbo <ago@gentoo.org> rubygems-4.ebuild: + Stable for amd64, wrt bug #411507 08 Feb 2012; Hans de Graaff <graaff@gentoo.org> rubygems-4.ebuild: Add arm keyword to match underlying implementation. diff --git a/virtual/rubygems/rubygems-4.ebuild b/virtual/rubygems/rubygems-4.ebuild index ec08df8089ef..1272e3cc36e4 100644 --- a/virtual/rubygems/rubygems-4.ebuild +++ b/virtual/rubygems/rubygems-4.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/virtual/rubygems/rubygems-4.ebuild,v 1.6 2012/02/09 07:57:49 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/rubygems/rubygems-4.ebuild,v 1.7 2012/05/20 20:57:36 ago Exp $ EAPI=2 USE_RUBY="ruby19" @@ -13,7 +13,7 @@ SRC_URI="" LICENSE="" SLOT="${USE_RUBY}" -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" IUSE="" RDEPEND="dev-ruby/rubygems[ruby_targets_ruby19]" |