diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-12-28 16:33:12 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-12-28 16:33:12 +0000 |
commit | 0fcda401f0609bb3f60561b20a03049dfc55b91a (patch) | |
tree | fe0124fa581b25c247d7a83937f7c9fe2f8c297f /virtual/ruby-threads | |
parent | Mask www-apps/tikiwiki for security (diff) | |
download | historical-0fcda401f0609bb3f60561b20a03049dfc55b91a.tar.gz historical-0fcda401f0609bb3f60561b20a03049dfc55b91a.tar.bz2 historical-0fcda401f0609bb3f60561b20a03049dfc55b91a.zip |
Add keywords similar to the underlying implementation, most notable ruby 1.9.
Package-Manager: portage-2.1.10.41/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 e5ea5c80cc26..efcbc84f1f4a 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.5 2011/10/02 16:54:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ChangeLog,v 1.6 2011/12/28 16:33:12 graaff Exp $ + + 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. 02 Oct 2011; Raúl Porcel <armin76@gentoo.org> ruby-threads-0.ebuild: sparc stable diff --git a/virtual/ruby-threads/ruby-threads-1.ebuild b/virtual/ruby-threads/ruby-threads-1.ebuild index 23461f9497b0..b7be29866147 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 # 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.2 2011/07/20 14:52:45 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-1.ebuild,v 1.3 2011/12/28 16:33:12 graaff Exp $ EAPI=2 USE_RUBY="ruby19" @@ -13,7 +13,7 @@ SRC_URI="" LICENSE="" SLOT="${USE_RUBY}" -KEYWORDS="~amd64 ~hppa x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND="dev-lang/ruby:1.9" |