From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB0A8138330 for ; Wed, 14 Sep 2016 18:52:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E5F8E0A41; Wed, 14 Sep 2016 18:52:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8953E0A41 for ; Wed, 14 Sep 2016 18:52:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7270A340A5D for ; Wed, 14 Sep 2016 18:51:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AD84247E for ; Wed, 14 Sep 2016 18:51:57 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1473879048.8fa7b67683e14c9df951294bf6542ddf647285f1.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/openssh/openssh-7.3_p1-r4.ebuild X-VCS-Directories: net-misc/openssh/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 8fa7b67683e14c9df951294bf6542ddf647285f1 X-VCS-Branch: master Date: Wed, 14 Sep 2016 18:51:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c6290775-2558-4ae6-af9e-577ee400a13f X-Archives-Hash: 9d144187badb10faadb9bfdf078a2a6e commit: 8fa7b67683e14c9df951294bf6542ddf647285f1 Author: Patrick McLean gentoo org> AuthorDate: Wed Sep 14 18:50:48 2016 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed Sep 14 18:50:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa7b676 net-misc/openssh: Fix compile failure with USE="-hpn X509 sctp" Gentoo-Bug: 593704 Package-Manager: portage-2.3.0 net-misc/openssh/openssh-7.3_p1-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/openssh/openssh-7.3_p1-r4.ebuild b/net-misc/openssh/openssh-7.3_p1-r4.ebuild index 9ba9ac0..27291c9 100644 --- a/net-misc/openssh/openssh-7.3_p1-r4.ebuild +++ b/net-misc/openssh/openssh-7.3_p1-r4.ebuild @@ -129,7 +129,7 @@ src_prepare() { popd >/dev/null epatch "${WORKDIR}"/${X509_PATCH%.*} epatch "${FILESDIR}"/${P}-fix-segfault-with-x509.patch - save_version X509 + #save_version X509 fi if use ldap ; then epatch "${WORKDIR}"/${LDAP_PATCH%.*}