Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iputils/
Date: Sun, 25 Jun 2017 18:03:20
Message-Id: 1498412956.1671a2688efbb88cf35adfc1c3c39b0ed291160d.floppym@gentoo
1 commit: 1671a2688efbb88cf35adfc1c3c39b0ed291160d
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 25 17:49:16 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 25 17:49:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1671a268
7
8 net-misc/iputils: enable arping by default
9
10 Bug: https://bugs.gentoo.org/607828
11 Package-Manager: Portage-2.3.6_p9, Repoman-2.3.2_p77
12
13 net-misc/iputils/iputils-20121221-r2.ebuild | 4 ++--
14 net-misc/iputils/iputils-20151218.ebuild | 4 ++--
15 net-misc/iputils/iputils-20160308.ebuild | 4 ++--
16 net-misc/iputils/iputils-20161105.ebuild | 2 +-
17 net-misc/iputils/iputils-99999999.ebuild | 4 ++--
18 5 files changed, 9 insertions(+), 9 deletions(-)
19
20 diff --git a/net-misc/iputils/iputils-20121221-r2.ebuild b/net-misc/iputils/iputils-20121221-r2.ebuild
21 index d7d69393d38..e7419534a89 100644
22 --- a/net-misc/iputils/iputils-20121221-r2.ebuild
23 +++ b/net-misc/iputils/iputils-20121221-r2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2016 Gentoo Foundation
26 +# Copyright 1999-2017 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 # For released versions, we precompile the man/html pages and store
30 @@ -23,7 +23,7 @@ HOMEPAGE="https://wiki.linuxfoundation.org/networking/iputils"
31
32 LICENSE="BSD-4"
33 SLOT="0"
34 -IUSE="arping caps clockdiff doc gnutls idn ipv6 libressl rarpd rdisc SECURITY_HAZARD ssl static tftpd tracepath traceroute"
35 +IUSE="+arping caps clockdiff doc gnutls idn ipv6 libressl rarpd rdisc SECURITY_HAZARD ssl static tftpd tracepath traceroute"
36
37 LIB_DEPEND="caps? ( sys-libs/libcap[static-libs(+)] )
38 idn? ( net-dns/libidn[static-libs(+)] )
39
40 diff --git a/net-misc/iputils/iputils-20151218.ebuild b/net-misc/iputils/iputils-20151218.ebuild
41 index df5545b1ca7..a8f63695a9c 100644
42 --- a/net-misc/iputils/iputils-20151218.ebuild
43 +++ b/net-misc/iputils/iputils-20151218.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2016 Gentoo Foundation
46 +# Copyright 1999-2017 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48
49 # For released versions, we precompile the man/html pages and store
50 @@ -23,7 +23,7 @@ HOMEPAGE="https://wiki.linuxfoundation.org/networking/iputils"
51
52 LICENSE="BSD-4"
53 SLOT="0"
54 -IUSE="arping caps clockdiff doc gcrypt idn ipv6 libressl rarpd rdisc SECURITY_HAZARD ssl static tftpd tracepath traceroute"
55 +IUSE="+arping caps clockdiff doc gcrypt idn ipv6 libressl rarpd rdisc SECURITY_HAZARD ssl static tftpd tracepath traceroute"
56
57 LIB_DEPEND="caps? ( sys-libs/libcap[static-libs(+)] )
58 idn? ( net-dns/libidn[static-libs(+)] )
59
60 diff --git a/net-misc/iputils/iputils-20160308.ebuild b/net-misc/iputils/iputils-20160308.ebuild
61 index 9ed734272f4..b85d7e4d801 100644
62 --- a/net-misc/iputils/iputils-20160308.ebuild
63 +++ b/net-misc/iputils/iputils-20160308.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2016 Gentoo Foundation
66 +# Copyright 1999-2017 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68
69 # For released versions, we precompile the man/html pages and store
70 @@ -25,7 +25,7 @@ HOMEPAGE="https://wiki.linuxfoundation.org/networking/iputils"
71
72 LICENSE="BSD-4"
73 SLOT="0"
74 -IUSE="arping caps clockdiff doc gcrypt idn ipv6 libressl nettle +openssl rarpd rdisc SECURITY_HAZARD ssl static tftpd tracepath traceroute"
75 +IUSE="+arping caps clockdiff doc gcrypt idn ipv6 libressl nettle +openssl rarpd rdisc SECURITY_HAZARD ssl static tftpd tracepath traceroute"
76
77 LIB_DEPEND="caps? ( sys-libs/libcap[static-libs(+)] )
78 idn? ( net-dns/libidn[static-libs(+)] )
79
80 diff --git a/net-misc/iputils/iputils-20161105.ebuild b/net-misc/iputils/iputils-20161105.ebuild
81 index 9a87a4cb6bf..57aad91b26b 100644
82 --- a/net-misc/iputils/iputils-20161105.ebuild
83 +++ b/net-misc/iputils/iputils-20161105.ebuild
84 @@ -25,7 +25,7 @@ HOMEPAGE="https://wiki.linuxfoundation.org/networking/iputils"
85
86 LICENSE="BSD-4"
87 SLOT="0"
88 -IUSE="arping caps clockdiff doc gcrypt idn ipv6 libressl nettle +openssl rarpd rdisc SECURITY_HAZARD ssl static tftpd tracepath traceroute"
89 +IUSE="+arping caps clockdiff doc gcrypt idn ipv6 libressl nettle +openssl rarpd rdisc SECURITY_HAZARD ssl static tftpd tracepath traceroute"
90
91 LIB_DEPEND="caps? ( sys-libs/libcap[static-libs(+)] )
92 idn? ( net-dns/libidn[static-libs(+)] )
93
94 diff --git a/net-misc/iputils/iputils-99999999.ebuild b/net-misc/iputils/iputils-99999999.ebuild
95 index 5cf666689ff..a296e372030 100644
96 --- a/net-misc/iputils/iputils-99999999.ebuild
97 +++ b/net-misc/iputils/iputils-99999999.ebuild
98 @@ -1,4 +1,4 @@
99 -# Copyright 1999-2016 Gentoo Foundation
100 +# Copyright 1999-2017 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102
103 # For released versions, we precompile the man/html pages and store
104 @@ -25,7 +25,7 @@ HOMEPAGE="https://wiki.linuxfoundation.org/networking/iputils"
105
106 LICENSE="BSD-4"
107 SLOT="0"
108 -IUSE="arping caps clockdiff doc gcrypt idn ipv6 libressl nettle +openssl rarpd rdisc SECURITY_HAZARD ssl static tftpd tracepath traceroute"
109 +IUSE="+arping caps clockdiff doc gcrypt idn ipv6 libressl nettle +openssl rarpd rdisc SECURITY_HAZARD ssl static tftpd tracepath traceroute"
110
111 LIB_DEPEND="caps? ( sys-libs/libcap[static-libs(+)] )
112 idn? ( net-dns/libidn[static-libs(+)] )