diff options
author | Sam James <sam@gentoo.org> | 2022-02-10 11:42:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-10 11:42:37 +0000 |
commit | cdeafdc57b68a2c4cc9d4ad6452e52e9c6945277 (patch) | |
tree | 8c51d7eb398a0b834ffda0ae805474a25df7c659 /net-libs | |
parent | media-sound/qsynth: Stabilize 0.9.5 ppc, #833061 (diff) | |
download | gentoo-cdeafdc57b68a2c4cc9d4ad6452e52e9c6945277.tar.gz gentoo-cdeafdc57b68a2c4cc9d4ad6452e52e9c6945277.tar.bz2 gentoo-cdeafdc57b68a2c4cc9d4ad6452e52e9c6945277.zip |
net-libs/libnftnl: Stabilize 1.2.1 ppc, #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 64fc62dc9436..e6e44212b214 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" |