diff options
author | 2021-01-06 19:02:32 +0100 | |
---|---|---|
committer | 2021-01-06 19:31:53 +0100 | |
commit | 975f1c1d8f8a86da180863dc7967ce24b845f807 (patch) | |
tree | 3b78d68f8245f1d3104c8b72f5f36c1e0a5c6d03 /dev-ruby/fcgi | |
parent | dev-ruby/fakefs: drop x86-macos (diff) | |
download | gentoo-975f1c1d8f8a86da180863dc7967ce24b845f807.tar.gz gentoo-975f1c1d8f8a86da180863dc7967ce24b845f807.tar.bz2 gentoo-975f1c1d8f8a86da180863dc7967ce24b845f807.zip |
dev-ruby/fcgi: 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/fcgi')
-rw-r--r-- | dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild b/dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild index 65ed81f9c6a9..f37923f2cd25 100644 --- a/dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild +++ b/dev-ruby/fcgi/fcgi-0.9.2.1-r1.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 @@ -14,7 +14,7 @@ inherit multilib ruby-fakegem DESCRIPTION="FastCGI library for Ruby" HOMEPAGE="https://github.com/alphallc/ruby-fcgi-ng" -KEYWORDS="amd64 arm ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 arm ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" LICENSE="Ruby" DEPEND+=" dev-libs/fcgi" |