diff options
author | 2021-01-06 20:13:51 +0100 | |
---|---|---|
committer | 2021-01-06 20:33:32 +0100 | |
commit | aa3fe685c696606030a9dfa1f80c3ae87943370c (patch) | |
tree | 1b6ab76f20fa32624233f748b120fea366dc9b95 /dev-libs/fcgi | |
parent | dev-libs/expat: drop x86-macos (diff) | |
download | gentoo-aa3fe685c696606030a9dfa1f80c3ae87943370c.tar.gz gentoo-aa3fe685c696606030a9dfa1f80c3ae87943370c.tar.bz2 gentoo-aa3fe685c696606030a9dfa1f80c3ae87943370c.zip |
dev-libs/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-libs/fcgi')
-rw-r--r-- | dev-libs/fcgi/fcgi-2.4.1_pre0910052249-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/fcgi/fcgi-2.4.1_pre0910052249-r2.ebuild b/dev-libs/fcgi/fcgi-2.4.1_pre0910052249-r2.ebuild index a04c71984456..f0ef81ef037a 100644 --- a/dev-libs/fcgi/fcgi-2.4.1_pre0910052249-r2.ebuild +++ b/dev-libs/fcgi/fcgi-2.4.1_pre0910052249-r2.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 @@ -11,7 +11,7 @@ SRC_URI="http://www.fastcgi.com/dist/fcgi-2.4.1-SNAP-0910052249.tar.gz" LICENSE="FastCGI" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="html" S="${WORKDIR}/${PN}-2.4.1-SNAP-0910052249" |