diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-07-08 16:32:19 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-07-08 16:32:19 +0000 |
commit | 3794a9d240dd6cf04a1559cde4a73019f38191f7 (patch) | |
tree | d690ee01620e768166cab9958adeb92288b7a90d /virtual/ruby-threads | |
parent | alpha/ia64/sh/sparc stable wrt #419777 (diff) | |
download | gentoo-2-3794a9d240dd6cf04a1559cde4a73019f38191f7.tar.gz gentoo-2-3794a9d240dd6cf04a1559cde4a73019f38191f7.tar.bz2 gentoo-2-3794a9d240dd6cf04a1559cde4a73019f38191f7.zip |
Marked ~hppa (bug #417573).
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'virtual/ruby-threads')
-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 cc0630d7812d..3c44a1d3855f 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.11 2012/06/25 07:14:24 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.12 2012/07/08 16:32:19 jer Exp $ + + 08 Jul 2012; Jeroen Roovers <jer@gentoo.org> ruby-threads-1.ebuild: + Marked ~hppa (bug #417573). 25 Jun 2012; Andreas Schuerch <nativemad@gentoo.org> ruby-threads-1.ebuild: x86 stable, see bug 411507 diff --git a/virtual/ruby-threads/ruby-threads-1.ebuild b/virtual/ruby-threads/ruby-threads-1.ebuild index a1b7a72c90b8..db93a29debc8 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.7 2012/06/25 07:14:24 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-1.ebuild,v 1.8 2012/07/08 16:32:19 jer 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 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="" RDEPEND="dev-lang/ruby:1.9" |