diff options
author | Sam James <sam@gentoo.org> | 2022-02-10 09:50:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-10 09:50:19 +0000 |
commit | 8420b6b8f5edc88f8a0e8852fb75a1eeecf23db8 (patch) | |
tree | 59420fafad62560517bbc1676ac4b2e61d96fa86 /net-libs/libnftnl | |
parent | app-cdr/cdemu-daemon: Stabilize 3.2.6 amd64, #833062 (diff) | |
download | gentoo-8420b6b8f5edc88f8a0e8852fb75a1eeecf23db8.tar.gz gentoo-8420b6b8f5edc88f8a0e8852fb75a1eeecf23db8.tar.bz2 gentoo-8420b6b8f5edc88f8a0e8852fb75a1eeecf23db8.zip |
net-libs/libnftnl: Stabilize 1.2.1 amd64, #832395
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libnftnl')
-rw-r--r-- | net-libs/libnftnl/libnftnl-1.2.1.ebuild | 4 |
1 files 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" |