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 1C7791382C5 for ; Sun, 2 May 2021 17:23:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F903E08CD; Sun, 2 May 2021 17:23:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5AB78E08CD for ; Sun, 2 May 2021 17:23:00 +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 5EC8A335CEE for ; Sun, 2 May 2021 17:22:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A99E6745 for ; Sun, 2 May 2021 17:22:56 +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: <1619976173.7292f6ff3432adbc946046f1b43c8882c3e9ba00.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/swtpm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/swtpm/swtpm-0.5.2.ebuild X-VCS-Directories: app-crypt/swtpm/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 7292f6ff3432adbc946046f1b43c8882c3e9ba00 X-VCS-Branch: master Date: Sun, 2 May 2021 17:22:56 +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: 03dddeab-7e26-427c-8a05-29a175cd16a2 X-Archives-Hash: b7eb041bf34d61276986c098939391d1 commit: 7292f6ff3432adbc946046f1b43c8882c3e9ba00 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 17:22:17 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 17:22:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7292f6ff app-crypt/swtpm: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> app-crypt/swtpm/swtpm-0.5.2.ebuild | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/app-crypt/swtpm/swtpm-0.5.2.ebuild b/app-crypt/swtpm/swtpm-0.5.2.ebuild index 7cf67bd70df..0042a1df1f8 100644 --- a/app-crypt/swtpm/swtpm-0.5.2.ebuild +++ b/app-crypt/swtpm/swtpm-0.5.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/stefanberger/swtpm/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="fuse gnutls libressl seccomp test" +IUSE="fuse gnutls seccomp test" RESTRICT="!test? ( test )" COMMON_DEPEND=" @@ -26,14 +26,8 @@ COMMON_DEPEND=" dev-libs/libtasn1:= >=net-libs/gnutls-3.1.0[tools] ) - !libressl? ( - dev-libs/openssl:0= - dev-libs/libtpms[-libressl] - ) - libressl? ( - dev-libs/libressl:0= - dev-libs/libtpms[libressl] - ) + dev-libs/openssl:0= + dev-libs/libtpms seccomp? ( sys-libs/libseccomp ) "