Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iputils/
Date: Mon, 30 Oct 2017 18:40:42
Message-Id: 1509388832.37b39f45fc097f8be6e36bfcd0dcc6495c76ed0c.whissi@gentoo
1 commit: 37b39f45fc097f8be6e36bfcd0dcc6495c76ed0c
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 30 18:40:06 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 30 18:40:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b39f45
7
8 net-misc/iputils: Update live ebuild
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 net-misc/iputils/iputils-99999999.ebuild | 7 ++-----
13 1 file changed, 2 insertions(+), 5 deletions(-)
14
15 diff --git a/net-misc/iputils/iputils-99999999.ebuild b/net-misc/iputils/iputils-99999999.ebuild
16 index 90fcf7f7d8a..84d809667e5 100644
17 --- a/net-misc/iputils/iputils-99999999.ebuild
18 +++ b/net-misc/iputils/iputils-99999999.ebuild
19 @@ -11,10 +11,7 @@ EAPI="6"
20
21 inherit flag-o-matic toolchain-funcs fcaps
22
23 -PATCHES=(
24 - "${FILESDIR}"/${PN}-99999999-tracepath46.patch
25 - "${FILESDIR}"/${PN}-99999999-musl.patch
26 -)
27 +PATCHES=()
28
29 if [[ ${PV} == "99999999" ]] ; then
30 EGIT_REPO_URI="https://github.com/iputils/iputils.git"
31 @@ -33,7 +30,7 @@ SLOT="0"
32 IUSE="+arping caps clockdiff doc gcrypt idn ipv6 libressl nettle +openssl rarpd rdisc SECURITY_HAZARD ssl static tftpd tracepath traceroute"
33
34 LIB_DEPEND="caps? ( sys-libs/libcap[static-libs(+)] )
35 - idn? ( net-dns/libidn[static-libs(+)] )
36 + idn? ( net-dns/libidn2[static-libs(+)] )
37 ipv6? ( ssl? (
38 gcrypt? ( dev-libs/libgcrypt:0=[static-libs(+)] )
39 nettle? ( dev-libs/nettle[static-libs(+)] )