diff options
author | Markus Meier <maekke@gentoo.org> | 2012-05-26 10:02:18 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-05-26 10:02:18 +0000 |
commit | 10045f8c07016fe636e628bcc88aa8cc4f42bdab (patch) | |
tree | c719b0685a3dafcfee8595502ff0fae7eff5b1d2 /virtual | |
parent | arm stable, bug #416143 (diff) | |
download | gentoo-2-10045f8c07016fe636e628bcc88aa8cc4f42bdab.tar.gz gentoo-2-10045f8c07016fe636e628bcc88aa8cc4f42bdab.tar.bz2 gentoo-2-10045f8c07016fe636e628bcc88aa8cc4f42bdab.zip |
add ~arm
(Portage version: 2.1.10.62/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 ba69b3b258a6..01ece48ddabf 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.8 2012/05/20 20:59:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.9 2012/05/26 10:02:18 maekke Exp $ + + 26 May 2012; Markus Meier <maekke@gentoo.org> ruby-threads-1.ebuild: + add ~arm 20 May 2012; Agostino Sarubbo <ago@gentoo.org> ruby-threads-1.ebuild: Stable for amd64, wrt bug #411507 diff --git a/virtual/ruby-threads/ruby-threads-1.ebuild b/virtual/ruby-threads/ruby-threads-1.ebuild index 9c494b80c639..80ee88b52cd5 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.4 2012/05/20 20:59:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-1.ebuild,v 1.5 2012/05/26 10:02:18 maekke Exp $ EAPI=2 USE_RUBY="ruby19" @@ -13,7 +13,7 @@ SRC_URI="" LICENSE="" SLOT="${USE_RUBY}" -KEYWORDS="amd64 ~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" |