diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2012-06-25 07:14:24 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2012-06-25 07:14:24 +0000 |
commit | b861d6326bd6ba61b7153a9f521998234e416a6a (patch) | |
tree | c818bf10e309b6c6e2842298fa1168625f4e568c /virtual | |
parent | x86 stable, see bug 411507 (diff) | |
download | gentoo-2-b861d6326bd6ba61b7153a9f521998234e416a6a.tar.gz gentoo-2-b861d6326bd6ba61b7153a9f521998234e416a6a.tar.bz2 gentoo-2-b861d6326bd6ba61b7153a9f521998234e416a6a.zip |
x86 stable, see bug 411507
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/ruby-threads/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/ruby-threads/ruby-threads-1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/ruby-threads/ChangeLog b/virtual/ruby-threads/ChangeLog index b7a57d985937..cc0630d7812d 100644 --- a/virtual/ruby-threads/ChangeLog +++ b/virtual/ruby-threads/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/ruby-threads # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.10 2012/05/27 13:08:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.11 2012/06/25 07:14:24 nativemad Exp $ + + 25 Jun 2012; Andreas Schuerch <nativemad@gentoo.org> ruby-threads-1.ebuild: + x86 stable, see bug 411507 27 May 2012; Markus Meier <maekke@gentoo.org> ruby-threads-1.ebuild: arm stable, bug #411507 diff --git a/virtual/ruby-threads/ruby-threads-1.ebuild b/virtual/ruby-threads/ruby-threads-1.ebuild index e51393534767..a1b7a72c90b8 100644 --- a/virtual/ruby-threads/ruby-threads-1.ebuild +++ b/virtual/ruby-threads/ruby-threads-1.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/ruby-threads/ruby-threads-1.ebuild,v 1.6 2012/05/27 13:08:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-1.ebuild,v 1.7 2012/06/25 07:14:24 nativemad Exp $ EAPI=2 USE_RUBY="ruby19" @@ -13,7 +13,7 @@ SRC_URI="" LICENSE="" SLOT="${USE_RUBY}" -KEYWORDS="amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="" RDEPEND="dev-lang/ruby:1.9" |