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 423701382C5 for ; Sat, 1 May 2021 07:29:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83F0EE0D1A; Sat, 1 May 2021 07:29:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4A3B6E0D19 for ; Sat, 1 May 2021 07:29:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 178AB340BE8 for ; Sat, 1 May 2021 07:29:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93E8B73F for ; Sat, 1 May 2021 07:29:28 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1619853690.40c65dbb6fadc06403882be2d1039998945fcb1e.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pkcs11-helper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild X-VCS-Directories: dev-libs/pkcs11-helper/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 40c65dbb6fadc06403882be2d1039998945fcb1e X-VCS-Branch: master Date: Sat, 1 May 2021 07:29:28 +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: bea6cbd2-c7b9-486d-ac7f-efa597ac16bd X-Archives-Hash: 33f49d9b2713ca03733076417bf8bb9d commit: 40c65dbb6fadc06403882be2d1039998945fcb1e Author: Mikle Kolyada gentoo org> AuthorDate: Sat May 1 07:21:30 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat May 1 07:21:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c65dbb dev-libs/pkcs11-helper: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild b/dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild index 122dc05cdd2..a0a0e6969ee 100644 --- a/dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild +++ b/dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,11 +10,10 @@ SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.bz2" LICENSE="|| ( BSD GPL-2 )" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc x86" -IUSE="bindist doc gnutls libressl nss static-libs" +IUSE="bindist doc gnutls nss static-libs" RDEPEND=" - !libressl? ( >=dev-libs/openssl-0.9.7:0=[bindist=] ) - libressl? ( dev-libs/libressl ) + >=dev-libs/openssl-0.9.7:0=[bindist=] gnutls? ( >=net-libs/gnutls-1.4.4 ) nss? ( dev-libs/nss )" DEPEND="${RDEPEND}"