diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-12 21:28:00 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-12 21:28:00 +0000 |
commit | d11f5fadb61cdf3162d507bcdf6880039819bde5 (patch) | |
tree | 1b3104383912084b8fbe1024048f2405b6c409b1 /dev-ruby/thread_safe | |
parent | Keyword ~ppc and ~ppc64, bug #519170 (diff) | |
download | gentoo-2-d11f5fadb61cdf3162d507bcdf6880039819bde5.tar.gz gentoo-2-d11f5fadb61cdf3162d507bcdf6880039819bde5.tar.bz2 gentoo-2-d11f5fadb61cdf3162d507bcdf6880039819bde5.zip |
Keyword ~ppc and ~ppc64, bug #519170
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-ruby/thread_safe')
-rw-r--r-- | dev-ruby/thread_safe/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/thread_safe/thread_safe-0.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/thread_safe/ChangeLog b/dev-ruby/thread_safe/ChangeLog index 388af0082d73..418e3b03c967 100644 --- a/dev-ruby/thread_safe/ChangeLog +++ b/dev-ruby/thread_safe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/thread_safe # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.17 2014/07/07 12:03:37 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.18 2014/08/12 21:28:00 blueness Exp $ + + 12 Aug 2014; Anthony G. Basile <blueness@gentoo.org> thread_safe-0.3.4.ebuild: + Keyword ~ppc and ~ppc64, bug #519170 07 Jul 2014; Tobias Klausmann <klausman@gentoo.org> thread_safe-0.3.4.ebuild: Keyworded on alpha, bug #487178 diff --git a/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild b/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild index e1ee16f4fa56..524c04e19b70 100644 --- a/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild +++ b/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild,v 1.2 2014/07/07 12:03:37 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild,v 1.3 2014/08/12 21:28:00 blueness Exp $ EAPI=5 # jruby → there is code for this in ext but that requires compiling java. @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/headius/thread_safe" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="" # Higher atomic dependency since earlier versions crash on ruby20 while |