diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 21:29:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-04 00:38:27 +0000 |
commit | ce65f870e23911d7fe06d05ea39b919a5ded0353 (patch) | |
tree | be699dd165e9945428d8724fec391685e65b1a91 /net-analyzer/scanlogd | |
parent | net-analyzer/iplog: destabilise for ppc (diff) | |
download | gentoo-ce65f870e23911d7fe06d05ea39b919a5ded0353.tar.gz gentoo-ce65f870e23911d7fe06d05ea39b919a5ded0353.tar.bz2 gentoo-ce65f870e23911d7fe06d05ea39b919a5ded0353.zip |
net-analyzer/scanlogd: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/scanlogd')
-rw-r--r-- | net-analyzer/scanlogd/scanlogd-2.2.7-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/scanlogd/scanlogd-2.2.8-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/scanlogd/scanlogd-2.2.7-r1.ebuild b/net-analyzer/scanlogd/scanlogd-2.2.7-r1.ebuild index 7598563d3815..425d76c6c154 100644 --- a/net-analyzer/scanlogd/scanlogd-2.2.7-r1.ebuild +++ b/net-analyzer/scanlogd/scanlogd-2.2.7-r1.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 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.openwall.com/scanlogd/" LICENSE="scanlogd GPL-2" # GPL-2 for initscript SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="+nids pcap" REQUIRED_USE="?? ( nids pcap )" diff --git a/net-analyzer/scanlogd/scanlogd-2.2.8-r1.ebuild b/net-analyzer/scanlogd/scanlogd-2.2.8-r1.ebuild index 0e6c20df4bec..c4c0611a002a 100644 --- a/net-analyzer/scanlogd/scanlogd-2.2.8-r1.ebuild +++ b/net-analyzer/scanlogd/scanlogd-2.2.8-r1.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 @@ -11,7 +11,7 @@ HOMEPAGE="https://www.openwall.com/scanlogd/" LICENSE="scanlogd GPL-2" # GPL-2 for initscript SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="+nids pcap" REQUIRED_USE="?? ( nids pcap )" |