diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-06 15:08:29 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-06 15:08:29 +0000 |
commit | b74b7ee68a7bae60ccf9d80ad1673802cc1c91d1 (patch) | |
tree | f17dcf4bb982149e0a6227618d5ba43ed0b18556 /virtual/ruby-threads | |
parent | dev-java/netbeans-java: removed obsolete ebuilds (diff) | |
download | gentoo-2-b74b7ee68a7bae60ccf9d80ad1673802cc1c91d1.tar.gz gentoo-2-b74b7ee68a7bae60ccf9d80ad1673802cc1c91d1.tar.bz2 gentoo-2-b74b7ee68a7bae60ccf9d80ad1673802cc1c91d1.zip |
ppc64 stable wrt #369573
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'virtual/ruby-threads')
-rw-r--r-- | virtual/ruby-threads/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/ruby-threads/ruby-threads-0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/virtual/ruby-threads/ChangeLog b/virtual/ruby-threads/ChangeLog index efcbc84f1f4a..b6a957be1007 100644 --- a/virtual/ruby-threads/ChangeLog +++ b/virtual/ruby-threads/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/ruby-threads -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.6 2011/12/28 16:33:12 graaff Exp $ +# 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 $ + + 06 May 2012; Kacper Kowalik <xarthisius@gentoo.org> ruby-threads-0.ebuild: + ppc64 stable wrt #369573 28 Dec 2011; Hans de Graaff <graaff@gentoo.org> ruby-threads-1.ebuild: Add keywords similar to the underlying implementation, most notable ruby 1.9. diff --git a/virtual/ruby-threads/ruby-threads-0.ebuild b/virtual/ruby-threads/ruby-threads-0.ebuild index 904635278064..5025d8e264b7 100644 --- a/virtual/ruby-threads/ruby-threads-0.ebuild +++ b/virtual/ruby-threads/ruby-threads-0.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-0.ebuild,v 1.5 2011/10/02 16:54:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-0.ebuild,v 1.6 2012/05/06 15:08:29 xarthisius Exp $ EAPI=2 USE_RUBY="ruby18" @@ -13,7 +13,7 @@ SRC_URI="" LICENSE="" SLOT="${USE_RUBY}" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="" RDEPEND="dev-lang/ruby:1.8[threads]" |