From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1B3301393F1 for ; Mon, 14 Sep 2015 20:26:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1640AE08FA; Mon, 14 Sep 2015 20:26:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A478DE08FA for ; Mon, 14 Sep 2015 20:26:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97EEB34089A for ; Mon, 14 Sep 2015 20:26:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F8B9189 for ; Mon, 14 Sep 2015 20:26:34 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1442262363.d449aefe1f6635ea30acc81a5c6732681f89f7f3.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/openssh/openssh-6.9_p1-r2.ebuild net-misc/openssh/openssh-7.0_p1.ebuild net-misc/openssh/openssh-7.1_p1.ebuild X-VCS-Directories: net-misc/openssh/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: d449aefe1f6635ea30acc81a5c6732681f89f7f3 X-VCS-Branch: master Date: Mon, 14 Sep 2015 20:26:34 +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: 6406a5bf-8672-4804-8a4f-dd56e7dddd42 X-Archives-Hash: 26d1853add3e9e9b3cd05528708287d2 commit: d449aefe1f6635ea30acc81a5c6732681f89f7f3 Author: Mike Frysinger gentoo org> AuthorDate: Mon Sep 14 20:25:01 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Sep 14 20:26:03 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d449aefe net-misc/openssh: fix openssl[static-libs] dep to match SLOT=0 #560306 Since we use (+) in the dep, we might match the non-zero openssl dep in which case portage won't pull in static-libs support in SLOT=0. net-misc/openssh/openssh-6.9_p1-r2.ebuild | 2 +- net-misc/openssh/openssh-7.0_p1.ebuild | 2 +- net-misc/openssh/openssh-7.1_p1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/openssh/openssh-6.9_p1-r2.ebuild b/net-misc/openssh/openssh-6.9_p1-r2.ebuild index ead3926..9ddc665 100644 --- a/net-misc/openssh/openssh-6.9_p1-r2.ebuild +++ b/net-misc/openssh/openssh-6.9_p1-r2.ebuild @@ -49,7 +49,7 @@ LIB_DEPEND=" skey? ( >=sys-auth/skey-1.1.5-r1[static-libs(+)] ) ssl? ( >=dev-libs/openssl-0.9.8f:0[bindist=] - dev-libs/openssl[static-libs(+)] + dev-libs/openssl:0[static-libs(+)] ) >=sys-libs/zlib-1.2.3[static-libs(+)]" RDEPEND=" diff --git a/net-misc/openssh/openssh-7.0_p1.ebuild b/net-misc/openssh/openssh-7.0_p1.ebuild index 7a71f85..178bf10 100644 --- a/net-misc/openssh/openssh-7.0_p1.ebuild +++ b/net-misc/openssh/openssh-7.0_p1.ebuild @@ -49,7 +49,7 @@ LIB_DEPEND=" skey? ( >=sys-auth/skey-1.1.5-r1[static-libs(+)] ) ssl? ( >=dev-libs/openssl-0.9.8f:0[bindist=] - dev-libs/openssl[static-libs(+)] + dev-libs/openssl:0[static-libs(+)] ) >=sys-libs/zlib-1.2.3[static-libs(+)]" RDEPEND=" diff --git a/net-misc/openssh/openssh-7.1_p1.ebuild b/net-misc/openssh/openssh-7.1_p1.ebuild index 5c7f373..a9a499e 100644 --- a/net-misc/openssh/openssh-7.1_p1.ebuild +++ b/net-misc/openssh/openssh-7.1_p1.ebuild @@ -49,7 +49,7 @@ LIB_DEPEND=" skey? ( >=sys-auth/skey-1.1.5-r1[static-libs(+)] ) ssl? ( >=dev-libs/openssl-0.9.8f:0[bindist=] - dev-libs/openssl[static-libs(+)] + dev-libs/openssl:0[static-libs(+)] ) >=sys-libs/zlib-1.2.3[static-libs(+)]" RDEPEND="