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 1B9821382C5 for ; Sat, 1 May 2021 07:37:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A7CBE0CBD; Sat, 1 May 2021 07:37:36 +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 524AAE0CBD for ; Sat, 1 May 2021 07:37:36 +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 94C9A340C37 for ; Sat, 1 May 2021 07:37:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 396E25D2 for ; Sat, 1 May 2021 07:37:33 +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: <1619854650.c40085fe9aa934e1610b2b927f944bcd72ecaba2.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtpms/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtpms/libtpms-0.8.2.ebuild X-VCS-Directories: dev-libs/libtpms/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c40085fe9aa934e1610b2b927f944bcd72ecaba2 X-VCS-Branch: master Date: Sat, 1 May 2021 07:37:33 +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: 95da3e73-8ca7-48a7-b97a-87a8932dc0ab X-Archives-Hash: f93aa6005ee08020af0f80ae4a9992ac commit: c40085fe9aa934e1610b2b927f944bcd72ecaba2 Author: Mikle Kolyada gentoo org> AuthorDate: Sat May 1 07:35:10 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat May 1 07:37:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40085fe dev-libs/libtpms: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> dev-libs/libtpms/libtpms-0.8.2.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-libs/libtpms/libtpms-0.8.2.ebuild b/dev-libs/libtpms/libtpms-0.8.2.ebuild index 49098b44476..d8fb23739da 100644 --- a/dev-libs/libtpms/libtpms-0.8.2.ebuild +++ b/dev-libs/libtpms/libtpms-0.8.2.ebuild @@ -11,10 +11,8 @@ SRC_URI="https://github.com/stefanberger/libtpms/archive/v${PV}.tar.gz -> ${P}.t LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="libressl" -DEPEND=" !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= )" +DEPEND="dev-libs/openssl:0=" RDEPEND="${DEPEND}" PATCHES=(