diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-04-01 00:29:38 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-04-01 00:37:39 +0200 |
commit | b138bc39008cb2bb1fa92ef86c88c4c03d04a314 (patch) | |
tree | 3df0c54d119183d0080ab4aafe12142290fd22d8 /net-analyzer/traceroute | |
parent | net-misc/iputils: rename USE=traceroute to USE=traceroute6 and mark as deprec... (diff) | |
download | gentoo-b138bc39008cb2bb1fa92ef86c88c4c03d04a314.tar.gz gentoo-b138bc39008cb2bb1fa92ef86c88c4c03d04a314.tar.bz2 gentoo-b138bc39008cb2bb1fa92ef86c88c4c03d04a314.zip |
net-analyzer/traceroute: net-misc/iputils[traceroute] was renamed
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-analyzer/traceroute')
-rw-r--r-- | net-analyzer/traceroute/traceroute-2.0.20.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/traceroute/traceroute-2.0.22.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/traceroute/traceroute-2.1.0.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net-analyzer/traceroute/traceroute-2.0.20.ebuild b/net-analyzer/traceroute/traceroute-2.0.20.ebuild index ea1aac275119..971891b00d0c 100644 --- a/net-analyzer/traceroute/traceroute-2.0.20.ebuild +++ b/net-analyzer/traceroute/traceroute-2.0.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 IUSE="static" RDEPEND="!<net-misc/iputils-20121221-r1 - !net-misc/iputils[traceroute]" + !net-misc/iputils[traceroute6]" src_compile() { use static && append-ldflags -static diff --git a/net-analyzer/traceroute/traceroute-2.0.22.ebuild b/net-analyzer/traceroute/traceroute-2.0.22.ebuild index 521ac050e4a8..ca0995b4e8ea 100644 --- a/net-analyzer/traceroute/traceroute-2.0.22.ebuild +++ b/net-analyzer/traceroute/traceroute-2.0.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="static" RDEPEND="!<net-misc/iputils-20121221-r1 - !net-misc/iputils[traceroute]" + !net-misc/iputils[traceroute6]" src_compile() { use static && append-ldflags -static diff --git a/net-analyzer/traceroute/traceroute-2.1.0.ebuild b/net-analyzer/traceroute/traceroute-2.1.0.ebuild index 6500eda2ebfd..94ae91ce4716 100644 --- a/net-analyzer/traceroute/traceroute-2.1.0.ebuild +++ b/net-analyzer/traceroute/traceroute-2.1.0.ebuild @@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x IUSE="static" RDEPEND="!<net-misc/iputils-20121221-r1 - !net-misc/iputils[traceroute]" + !net-misc/iputils[traceroute6]" src_compile() { use static && append-ldflags -static |