diff options
author | Sam James <sam@gentoo.org> | 2021-01-30 19:31:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-30 19:31:39 +0000 |
commit | b9b9d64f55faf6b514533a07f61be5c48c621ef9 (patch) | |
tree | 17faa85ba3ec213081e5106ab2150137c8a534ef /net-analyzer | |
parent | sys-libs/timezone-data: Stabilize 2020e s390, #767748 (diff) | |
download | gentoo-b9b9d64f55faf6b514533a07f61be5c48c621ef9.tar.gz gentoo-b9b9d64f55faf6b514533a07f61be5c48c621ef9.tar.bz2 gentoo-b9b9d64f55faf6b514533a07f61be5c48c621ef9.zip |
net-analyzer/tcpdump: Stabilize 4.99.0 s390, #767916
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/tcpdump/tcpdump-4.99.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild b/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild index 5d08f58a44ec..e645322ec4bf 100644 --- a/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${P/_}" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="+drop-root libressl +smi +ssl +samba suid test" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( samba )" |