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, 28 Jun 2018 19:40:40
Message-Id: 1530214827.f54dcf820790b6bb9afff6f250cac53dc407935a.blueness@gentoo
1 commit: f54dcf820790b6bb9afff6f250cac53dc407935a
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 28 19:40:27 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 19:40:27 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=f54dcf82
7
8 net-misc/openssh: fix typo
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-misc/openssh/openssh-7.7_p1-r6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/openssh/openssh-7.7_p1-r6.ebuild b/net-misc/openssh/openssh-7.7_p1-r6.ebuild
16 index 1422bf4..9eeea10 100644
17 --- a/net-misc/openssh/openssh-7.7_p1-r6.ebuild
18 +++ b/net-misc/openssh/openssh-7.7_p1-r6.ebuild
19 @@ -294,7 +294,7 @@ src_configure() {
20 )
21
22 # stackprotect is broken on musl x86
23 - use elibc_musl && use x86 && myconf+=( --without-stackprotect)
24 + use elibc_musl && use x86 && myconf+=( --without-stackprotect )
25
26 # The seccomp sandbox is broken on x32, so use the older method for now. #553748
27 use amd64 && [[ ${ABI} == "x32" ]] && myconf+=( --with-sandbox=rlimit )