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 7EBA6138334 for ; Mon, 7 Jan 2019 19:16:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 466F2E0A04; Mon, 7 Jan 2019 19:15:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 195D1E09EC for ; Mon, 7 Jan 2019 19:15:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13D76335D1A for ; Mon, 7 Jan 2019 19:15:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AAAF50C for ; Mon, 7 Jan 2019 19:15:53 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1546888526.03fa4115b6dbc899fda0010d83860eb6f7c23f03.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/softhsm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/softhsm/softhsm-2.4.0.ebuild dev-libs/softhsm/softhsm-2.5.0.ebuild X-VCS-Directories: dev-libs/softhsm/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 03fa4115b6dbc899fda0010d83860eb6f7c23f03 X-VCS-Branch: master Date: Mon, 7 Jan 2019 19:15:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0bc98f21-a884-46ad-bcce-36d78a5b4951 X-Archives-Hash: 156f7effeeb4821d64e47bbba9653170 commit: 03fa4115b6dbc899fda0010d83860eb6f7c23f03 Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 7 18:01:44 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jan 7 19:15:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03fa4115 dev-libs/softhsm: Adjusted slot dependency on dev-libs/openssl source-based packages should never depend on any other openssl slot than slot 0. Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> dev-libs/softhsm/softhsm-2.4.0.ebuild | 2 +- dev-libs/softhsm/softhsm-2.5.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/softhsm/softhsm-2.4.0.ebuild b/dev-libs/softhsm/softhsm-2.4.0.ebuild index 1db7548275e..70b3e1b0f08 100644 --- a/dev-libs/softhsm/softhsm-2.4.0.ebuild +++ b/dev-libs/softhsm/softhsm-2.4.0.ebuild @@ -13,7 +13,7 @@ SLOT="2" LICENSE="BSD" RDEPEND="migration-tool? ( dev-db/sqlite:3 ) - !libressl? ( dev-libs/openssl:=[bindist=] ) + !libressl? ( dev-libs/openssl:0=[bindist=] ) libressl? ( dev-libs/libressl ) !~dev-libs/softhsm-2.0.0:0" DEPEND="${RDEPEND}" diff --git a/dev-libs/softhsm/softhsm-2.5.0.ebuild b/dev-libs/softhsm/softhsm-2.5.0.ebuild index a23cda5d73e..c05dee21086 100644 --- a/dev-libs/softhsm/softhsm-2.5.0.ebuild +++ b/dev-libs/softhsm/softhsm-2.5.0.ebuild @@ -13,7 +13,7 @@ SLOT="2" LICENSE="BSD" RDEPEND="migration-tool? ( dev-db/sqlite:3= ) - !libressl? ( dev-libs/openssl:=[bindist=] ) + !libressl? ( dev-libs/openssl:0=[bindist=] ) libressl? ( dev-libs/libressl:= ) !~dev-libs/softhsm-2.0.0:0" DEPEND="${RDEPEND}"