diff options
author | 2018-01-24 21:12:11 -0500 | |
---|---|---|
committer | 2018-01-24 21:12:11 -0500 | |
commit | 7933eff05d15fb1a8e069ecc7e848ff617a2c5ec (patch) | |
tree | 35a4b6978e66961c28ecc13f5dd4d3cfabd6cef8 /net-misc | |
parent | sys-libs/compiler-rt-sanitizers: version 5.0.0 breaks the tree (diff) | |
download | musl-7933eff05d15fb1a8e069ecc7e848ff617a2c5ec.tar.gz musl-7933eff05d15fb1a8e069ecc7e848ff617a2c5ec.tar.bz2 musl-7933eff05d15fb1a8e069ecc7e848ff617a2c5ec.zip |
net-misc/openssh: sync with tree version
Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --force
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/openssh/openssh-7.5_p1-r4.ebuild (renamed from net-misc/openssh/openssh-7.5_p1-r3.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/openssh/openssh-7.5_p1-r3.ebuild b/net-misc/openssh/openssh-7.5_p1-r4.ebuild index e3d5da91..291e3770 100644 --- a/net-misc/openssh/openssh-7.5_p1-r3.ebuild +++ b/net-misc/openssh/openssh-7.5_p1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -39,8 +39,8 @@ LIB_DEPEND=" audit? ( sys-process/audit[static-libs(+)] ) ldns? ( net-libs/ldns[static-libs(+)] - !bindist? ( net-libs/ldns[ecdsa,ssl] ) - bindist? ( net-libs/ldns[-ecdsa,ssl] ) + !bindist? ( net-libs/ldns[ecdsa,ssl(+)] ) + bindist? ( net-libs/ldns[-ecdsa,ssl(+)] ) ) libedit? ( dev-libs/libedit:=[static-libs(+)] ) sctp? ( net-misc/lksctp-tools[static-libs(+)] ) |