diff options
author | Benda Xu <heroxbd@gentoo.org> | 2018-08-31 07:09:26 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2018-08-31 07:17:39 +0800 |
commit | b4459aa17d4d7b5bf9150a31f4b409733ca5cbb6 (patch) | |
tree | 30b01b15e99e98c7d184fd3fdc83de081cbfee9b /net-analyzer/p0f | |
parent | media-sound/pulseeffects: 4.3.2 bump (diff) | |
download | gentoo-b4459aa17d4d7b5bf9150a31f4b409733ca5cbb6.tar.gz gentoo-b4459aa17d4d7b5bf9150a31f4b409733ca5cbb6.tar.bz2 gentoo-b4459aa17d4d7b5bf9150a31f4b409733ca5cbb6.zip |
Drop arm-linux keyword from tree.
"arm-linux" is considered deprecated, unmaintained and easily
replaced by "arm".
Closes: https://bugs.gentoo.org/664598
Reference: https://archives.gentoo.org/gentoo-dev/message/63bafa051cccd1eb3d2ade16823671fa
Diffstat (limited to 'net-analyzer/p0f')
-rw-r--r-- | net-analyzer/p0f/p0f-3.09_beta.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/p0f/p0f-3.09_beta.ebuild b/net-analyzer/p0f/p0f-3.09_beta.ebuild index 192d999c2654..68db0781a828 100644 --- a/net-analyzer/p0f/p0f-3.09_beta.ebuild +++ b/net-analyzer/p0f/p0f-3.09_beta.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://lcamtuf.coredump.cx/p0f3/releases/${MY_P}.tgz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="debug ipv6" RDEPEND="net-libs/libpcap" |