diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 15:41:52 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:06:30 +0100 |
commit | 23e10261ffb1425cccf52bc6751e5769c5223cc1 (patch) | |
tree | cc22dc1c8dfea02b7767e2aed183fe41b654530f /net-libs/libnet | |
parent | net-libs/liblockfile: drop x86-macos (diff) | |
download | gentoo-23e10261ffb1425cccf52bc6751e5769c5223cc1.tar.gz gentoo-23e10261ffb1425cccf52bc6751e5769c5223cc1.tar.bz2 gentoo-23e10261ffb1425cccf52bc6751e5769c5223cc1.zip |
net-libs/libnet: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'net-libs/libnet')
-rw-r--r-- | net-libs/libnet/libnet-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libnet/libnet-1.2.ebuild b/net-libs/libnet/libnet-1.2.ebuild index 269907687fd8..7e47a083806d 100644 --- a/net-libs/libnet/libnet-1.2.ebuild +++ b/net-libs/libnet/libnet-1.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 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="BSD BSD-2 HPND" SLOT="1.1" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="static-libs" DOCS=( |