diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:14:04 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:33:32 +0100 |
commit | cf209811be91ed689806228a11883aeebfea17c5 (patch) | |
tree | 961fe000bbf1358450c958d0894f5e23b54a6a89 | |
parent | dev-libs/fcgi: drop x86-macos (diff) | |
download | gentoo-cf209811be91ed689806228a11883aeebfea17c5.tar.gz gentoo-cf209811be91ed689806228a11883aeebfea17c5.tar.bz2 gentoo-cf209811be91ed689806228a11883aeebfea17c5.zip |
dev-libs/ffcall: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r-- | dev-libs/ffcall/ffcall-2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/ffcall/ffcall-2.1.ebuild b/dev-libs/ffcall/ffcall-2.1.ebuild index 443dec8afa92..9ba00e5bda71 100644 --- a/dev-libs/ffcall/ffcall-2.1.ebuild +++ b/dev-libs/ffcall/ffcall-2.1.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=6 @@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/libffcall/${MY_PV}.tar.gz" # under GNU LGPL." -ffcall author LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="" S=${WORKDIR}/${MY_PV} |