Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: net-misc/openssh/
Date: Thu, 25 Jan 2018 02:12:28
Message-Id: 1516846331.7933eff05d15fb1a8e069ecc7e848ff617a2c5ec.blueness@gentoo
1 commit: 7933eff05d15fb1a8e069ecc7e848ff617a2c5ec
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 25 02:12:11 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 25 02:12:11 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=7933eff0
7
8 net-misc/openssh: sync with tree version
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11 RepoMan-Options: --force
12
13 .../openssh/{openssh-7.5_p1-r3.ebuild => openssh-7.5_p1-r4.ebuild} | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-misc/openssh/openssh-7.5_p1-r3.ebuild b/net-misc/openssh/openssh-7.5_p1-r4.ebuild
17 similarity index 98%
18 rename from net-misc/openssh/openssh-7.5_p1-r3.ebuild
19 rename to net-misc/openssh/openssh-7.5_p1-r4.ebuild
20 index e3d5da9..291e377 100644
21 --- a/net-misc/openssh/openssh-7.5_p1-r3.ebuild
22 +++ b/net-misc/openssh/openssh-7.5_p1-r4.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="5"
29 @@ -39,8 +39,8 @@ LIB_DEPEND="
30 audit? ( sys-process/audit[static-libs(+)] )
31 ldns? (
32 net-libs/ldns[static-libs(+)]
33 - !bindist? ( net-libs/ldns[ecdsa,ssl] )
34 - bindist? ( net-libs/ldns[-ecdsa,ssl] )
35 + !bindist? ( net-libs/ldns[ecdsa,ssl(+)] )
36 + bindist? ( net-libs/ldns[-ecdsa,ssl(+)] )
37 )
38 libedit? ( dev-libs/libedit:=[static-libs(+)] )
39 sctp? ( net-misc/lksctp-tools[static-libs(+)] )