diff options
author | Sam James <sam@gentoo.org> | 2021-08-11 20:08:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-11 20:08:19 +0100 |
commit | 884a600a241f9207ce11d520430c635ed2ef1c1a (patch) | |
tree | 03a482cdae58c21abf98596034a2296529246168 /net-libs | |
parent | dev-libs/libpcre2: Stabilize 10.37-r2 arm, #807457 (diff) | |
download | gentoo-884a600a241f9207ce11d520430c635ed2ef1c1a.tar.gz gentoo-884a600a241f9207ce11d520430c635ed2ef1c1a.tar.bz2 gentoo-884a600a241f9207ce11d520430c635ed2ef1c1a.zip |
net-libs/libnftnl: Stabilize 1.2.0 arm, #807466
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-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 447974529f77..4cc7c0b3c1b6 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" |