commit: 8420b6b8f5edc88f8a0e8852fb75a1eeecf23db8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 10 09:50:19 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 10 09:50:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8420b6b8
net-libs/libnftnl: Stabilize 1.2.1 amd64, #832395
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/libnftnl/libnftnl-1.2.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/libnftnl/libnftnl-1.2.1.ebuild
b/net-libs/libnftnl/libnftnl-1.2.1.ebuild
index 75e1ab39a6c8..2db1f645b31f 100644
--- a/net-libs/libnftnl/libnftnl-1.2.1.ebuild
+++ b/net-libs/libnftnl/libnftnl-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -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"