diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:20:48 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:32:08 +0100 |
commit | 8e3a6e65c562057db5758ec1646b5ca08251d478 (patch) | |
tree | a583ef1709a26cf4959007fca438321bdea35d1a /dev-ruby/rspec-retry | |
parent | dev-ruby/rspec-mocks: drop x86-macos (diff) | |
download | gentoo-8e3a6e65c562057db5758ec1646b5ca08251d478.tar.gz gentoo-8e3a6e65c562057db5758ec1646b5ca08251d478.tar.bz2 gentoo-8e3a6e65c562057db5758ec1646b5ca08251d478.zip |
dev-ruby/rspec-retry: 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/rspec-retry')
-rw-r--r-- | dev-ruby/rspec-retry/rspec-retry-0.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rspec-retry/rspec-retry-0.6.2.ebuild b/dev-ruby/rspec-retry/rspec-retry-0.6.2.ebuild index e3a4ee31a774..208de818d0a7 100644 --- a/dev-ruby/rspec-retry/rspec-retry-0.6.2.ebuild +++ b/dev-ruby/rspec-retry/rspec-retry-0.6.2.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=7 @@ -15,7 +15,7 @@ IUSE="" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" ruby_add_rdepend ">=dev-ruby/rspec-core-3.3:3" |