diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-20 20:59:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-20 20:59:43 +0000 |
commit | 0a401655591d753554a309ddbbab8d7cfce1ce22 (patch) | |
tree | 0a23b18a7fa451066c2d52cfb28cd4d64df7defb /virtual/ruby-threads | |
parent | Stable for amd64, wrt bug #411507 (diff) | |
download | gentoo-2-0a401655591d753554a309ddbbab8d7cfce1ce22.tar.gz gentoo-2-0a401655591d753554a309ddbbab8d7cfce1ce22.tar.bz2 gentoo-2-0a401655591d753554a309ddbbab8d7cfce1ce22.zip |
Stable for amd64, wrt bug #411507
(Portage version: 2.1.10.49/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 | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/virtual/ruby-threads/ChangeLog b/virtual/ruby-threads/ChangeLog index b6a957be1007..ba69b3b258a6 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.7 2012/05/06 15:08:29 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.8 2012/05/20 20:59:43 ago Exp $ + + 20 May 2012; Agostino Sarubbo <ago@gentoo.org> ruby-threads-1.ebuild: + Stable for amd64, wrt bug #411507 06 May 2012; Kacper Kowalik <xarthisius@gentoo.org> ruby-threads-0.ebuild: ppc64 stable wrt #369573 diff --git a/virtual/ruby-threads/ruby-threads-1.ebuild b/virtual/ruby-threads/ruby-threads-1.ebuild index b7be29866147..9c494b80c639 100644 --- a/virtual/ruby-threads/ruby-threads-1.ebuild +++ b/virtual/ruby-threads/ruby-threads-1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.3 2011/12/28 16:33:12 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-1.ebuild,v 1.4 2012/05/20 20:59:43 ago 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 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND="dev-lang/ruby:1.9" |