diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-08-10 17:33:14 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-08-10 17:33:14 +0200 |
commit | b6052531cd96ae91583d1d04bedf26dce440d002 (patch) | |
tree | 96d7a1e16e6e0919691767d9b662fb1bcedcb3e8 /net-libs/libnftnl | |
parent | net-firewall/nftables: amd64 stable wrt bug #807466 (diff) | |
download | gentoo-b6052531cd96ae91583d1d04bedf26dce440d002.tar.gz gentoo-b6052531cd96ae91583d1d04bedf26dce440d002.tar.bz2 gentoo-b6052531cd96ae91583d1d04bedf26dce440d002.zip |
net-libs/libnftnl: amd64 stable wrt bug #807466
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-libs/libnftnl')
-rw-r--r-- | net-libs/libnftnl/libnftnl-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libnftnl/libnftnl-1.2.0.ebuild b/net-libs/libnftnl/libnftnl-1.2.0.ebuild index 434a775727d0..38d00dcb866b 100644 --- a/net-libs/libnftnl/libnftnl-1.2.0.ebuild +++ b/net-libs/libnftnl/libnftnl-1.2.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} =~ ^[9]{4,}$ ]]; then EGIT_REPO_URI="https://git.netfilter.org/${PN}" else SRC_URI="https://netfilter.org/projects/${PN}/files/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="GPL-2" |