Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/
Date: Sat, 02 Apr 2022 03:30:45
Message-Id: 1648870202.7c4b3cc7397f5d1df9d820c9f899dc04cc0d01e3.sam@gentoo
1 commit: 7c4b3cc7397f5d1df9d820c9f899dc04cc0d01e3
2 Author: Martin Matous <m <AT> matous <DOT> dev>
3 AuthorDate: Fri Apr 1 22:28:48 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 03:30:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c4b3cc7
7
8 net-misc/openssh: fix build with ldns
9
10 Closes: https://bugs.gentoo.org/744166
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Martin Matouš <m <AT> matous.dev>
13 Closes: https://github.com/gentoo/gentoo/pull/24857
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 net-misc/openssh/openssh-8.8_p1-r4.ebuild | 2 +-
17 net-misc/openssh/openssh-8.9_p1-r2.ebuild | 2 +-
18 2 files changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/net-misc/openssh/openssh-8.8_p1-r4.ebuild b/net-misc/openssh/openssh-8.8_p1-r4.ebuild
21 index 346f1afe7e1f..561dc2dd6076 100644
22 --- a/net-misc/openssh/openssh-8.8_p1-r4.ebuild
23 +++ b/net-misc/openssh/openssh-8.8_p1-r4.ebuild
24 @@ -303,7 +303,7 @@ src_configure() {
25 # We apply the sctp patch conditionally, so can't pass --without-sctp
26 # unconditionally else we get unknown flag warnings.
27 $(use sctp && use_with sctp)
28 - $(use_with ldns ldns "${EPREFIX}"/usr)
29 + $(use_with ldns)
30 $(use_with libedit)
31 $(use_with pam)
32 $(use_with pie)
33
34 diff --git a/net-misc/openssh/openssh-8.9_p1-r2.ebuild b/net-misc/openssh/openssh-8.9_p1-r2.ebuild
35 index d56d99980ece..64d88e4197f6 100644
36 --- a/net-misc/openssh/openssh-8.9_p1-r2.ebuild
37 +++ b/net-misc/openssh/openssh-8.9_p1-r2.ebuild
38 @@ -306,7 +306,7 @@ src_configure() {
39 # We apply the sctp patch conditionally, so can't pass --without-sctp
40 # unconditionally else we get unknown flag warnings.
41 $(use sctp && use_with sctp)
42 - $(use_with ldns ldns "${EPREFIX}"/usr)
43 + $(use_with ldns)
44 $(use_with libedit)
45 $(use_with pam)
46 $(use_with pie)