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 6AA1613835A for ; Thu, 29 Apr 2021 17:09:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B26BEE0823; Thu, 29 Apr 2021 17:09:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9B8C6E0823 for ; Thu, 29 Apr 2021 17:09:08 +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 028DA340B28 for ; Thu, 29 Apr 2021 17:09:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 707DA478 for ; Thu, 29 Apr 2021 17:09:05 +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: <1619715890.8402818cfe07af357ce452abb5a42843521c2db7.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_u2f/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild X-VCS-Directories: sys-auth/pam_u2f/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 8402818cfe07af357ce452abb5a42843521c2db7 X-VCS-Branch: master Date: Thu, 29 Apr 2021 17:09:05 +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: b95de4c9-fcee-4c33-9696-ba1862f1c4ac X-Archives-Hash: fb7acff7bdeabfef270575be9ddbc4d5 commit: 8402818cfe07af357ce452abb5a42843521c2db7 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Apr 29 17:04:50 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Apr 29 17:04:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8402818c sys-auth/pam_u2f: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild b/sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild index eeb67dd0852..08f04ccec5e 100644 --- a/sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild +++ b/sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild @@ -12,12 +12,11 @@ SRC_URI="https://developers.yubico.com/${PN/_/-}/Releases/${P}.tar.gz" LICENSE="BSD ISC" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug libressl" +IUSE="debug" DEPEND=" dev-libs/libfido2:0= - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= sys-libs/pam" RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig"