diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:15:48 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:32:04 +0100 |
commit | df142ebb05241023200e387e3c605b380ba47b5b (patch) | |
tree | 1a558b9a5d1b617e2a1275964c4cdb99bd31ffb2 /dev-ruby/rack-protection | |
parent | dev-ruby/rack-cache: drop x86-macos (diff) | |
download | gentoo-df142ebb05241023200e387e3c605b380ba47b5b.tar.gz gentoo-df142ebb05241023200e387e3c605b380ba47b5b.tar.bz2 gentoo-df142ebb05241023200e387e3c605b380ba47b5b.zip |
dev-ruby/rack-protection: 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/rack-protection')
-rw-r--r-- | dev-ruby/rack-protection/rack-protection-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild b/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild index 4d19468eb3a7..35febe98e552 100644 --- a/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild +++ b/dev-ruby/rack-protection/rack-protection-2.1.0.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 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/rkh/rack-protection" LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-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 ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend "dev-ruby/rack:*" |