diff options
author | Sam James <sam@gentoo.org> | 2022-02-10 09:59:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-10 09:59:25 +0000 |
commit | 32936591f24d8cbba587f32dd70b474c908a8658 (patch) | |
tree | d8d838cbecd30f0c4cbbc395db8e80d90780cc60 /net-libs | |
parent | app-crypt/gpgme: [QA] add die and use emake (diff) | |
download | gentoo-32936591f24d8cbba587f32dd70b474c908a8658.tar.gz gentoo-32936591f24d8cbba587f32dd70b474c908a8658.tar.bz2 gentoo-32936591f24d8cbba587f32dd70b474c908a8658.zip |
net-libs/libnftnl: Stabilize 1.2.1 x86, #832395
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnftnl/libnftnl-1.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libnftnl/libnftnl-1.2.1.ebuild b/net-libs/libnftnl/libnftnl-1.2.1.ebuild index 2db1f645b31f..9c82eed239ea 100644 --- a/net-libs/libnftnl/libnftnl-1.2.1.ebuild +++ b/net-libs/libnftnl/libnftnl-1.2.1.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" |