diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:27:31 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:32:14 +0100 |
commit | e36614bcb52f9ceb47b6faf53dc8044523f66dd2 (patch) | |
tree | 7c253e9019ebf337a5ea779c6cedcd729533409e /dev-ruby/thread_safe | |
parent | dev-ruby/thread_order: drop x86-macos (diff) | |
download | gentoo-e36614bcb52f9ceb47b6faf53dc8044523f66dd2.tar.gz gentoo-e36614bcb52f9ceb47b6faf53dc8044523f66dd2.tar.bz2 gentoo-e36614bcb52f9ceb47b6faf53dc8044523f66dd2.zip |
dev-ruby/thread_safe: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-ruby/thread_safe')
-rw-r--r-- | dev-ruby/thread_safe/thread_safe-0.3.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild index 5cea0f0febbe..c9a2e03f3517 100644 --- a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild +++ b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/ruby-concurrency/thread_safe" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Higher atomic dependency since earlier versions crash on ruby20 while |