diff options
author | Sam James <sam@gentoo.org> | 2022-04-03 03:47:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-03 03:47:55 +0100 |
commit | 4dc334ecf0cb55f6f99986904ed6a09cc77aee4f (patch) | |
tree | b5cca88531faa3f44ac7204d80a9b3053c5f28c0 /net-analyzer | |
parent | net-misc/iputils: use consistent style (diff) | |
download | gentoo-4dc334ecf0cb55f6f99986904ed6a09cc77aee4f.tar.gz gentoo-4dc334ecf0cb55f6f99986904ed6a09cc77aee4f.tar.bz2 gentoo-4dc334ecf0cb55f6f99986904ed6a09cc77aee4f.zip |
net-analyzer/traceroute: adapt to iputils traceroute6 removal
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/traceroute/traceroute-2.1.0-r1.ebuild (renamed from net-analyzer/traceroute/traceroute-2.1.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/traceroute/traceroute-2.1.0.ebuild b/net-analyzer/traceroute/traceroute-2.1.0-r1.ebuild index 5bc894ba920f..11338e0002b2 100644 --- a/net-analyzer/traceroute/traceroute-2.1.0.ebuild +++ b/net-analyzer/traceroute/traceroute-2.1.0-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=6 @@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 s IUSE="static" RDEPEND="!<net-misc/iputils-20121221-r1 - !net-misc/iputils[traceroute6]" + !net-misc/iputils[traceroute6(-)]" src_compile() { use static && append-ldflags -static |