Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iputils/
Date: Mon, 07 Mar 2016 00:33:33
Message-Id: 1457311383.e34f6acdcbb186a8e241f9a08eb2af0d1c1aeabe.blueness@gentoo
1 commit: e34f6acdcbb186a8e241f9a08eb2af0d1c1aeabe
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 7 00:43:03 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 7 00:43:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34f6acd
7
8 net-misc/iputils: add libressl support to version 20121221-r2
9
10 Package-Manager: portage-2.2.26
11
12 net-misc/iputils/iputils-20121221-r2.ebuild | 9 ++++++---
13 1 file changed, 6 insertions(+), 3 deletions(-)
14
15 diff --git a/net-misc/iputils/iputils-20121221-r2.ebuild b/net-misc/iputils/iputils-20121221-r2.ebuild
16 index 965b833..0379a1d 100644
17 --- a/net-misc/iputils/iputils-20121221-r2.ebuild
18 +++ b/net-misc/iputils/iputils-20121221-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -24,7 +24,7 @@ HOMEPAGE="http://www.linuxfoundation.org/collaborate/workgroups/networking/iputi
26
27 LICENSE="BSD-4"
28 SLOT="0"
29 -IUSE="arping caps clockdiff doc gnutls idn ipv6 rarpd rdisc SECURITY_HAZARD ssl static tftpd tracepath traceroute"
30 +IUSE="arping caps clockdiff doc gnutls idn ipv6 libressl rarpd rdisc SECURITY_HAZARD ssl static tftpd tracepath traceroute"
31
32 LIB_DEPEND="caps? ( sys-libs/libcap[static-libs(+)] )
33 idn? ( net-dns/libidn[static-libs(+)] )
34 @@ -33,7 +33,10 @@ LIB_DEPEND="caps? ( sys-libs/libcap[static-libs(+)] )
35 net-libs/gnutls[openssl(+)]
36 net-libs/gnutls[static-libs(+)]
37 )
38 - !gnutls? ( dev-libs/openssl:0[static-libs(+)] )
39 + !gnutls? (
40 + !libressl? ( dev-libs/openssl:0[static-libs(+)] )
41 + libressl? ( dev-libs/libressl[static-libs(+)] )
42 + )
43 ) )"
44 RDEPEND="arping? ( !net-misc/arping )
45 rarpd? ( !net-misc/rarpd )