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 B3E6E138359 for ; Fri, 20 Nov 2020 15:10:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD730E0827; Fri, 20 Nov 2020 15:10:33 +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 BE622E0815 for ; Fri, 20 Nov 2020 15:10:33 +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 73B85340976 for ; Fri, 20 Nov 2020 15:10:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4F9C462 for ; Fri, 20 Nov 2020 15:10:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1605885027.23d71ddf453f0083aae6831e03a6314f5b00ea25.sam@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.1.ebuild X-VCS-Directories: app-crypt/swtpm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 23d71ddf453f0083aae6831e03a6314f5b00ea25 X-VCS-Branch: master Date: Fri, 20 Nov 2020 15:10:30 +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: c96342c1-4eeb-4457-83c7-6afcddfe1aec X-Archives-Hash: 90552c1b4b8ac842226d177e75732b21 commit: 23d71ddf453f0083aae6831e03a6314f5b00ea25 Author: Sam James gentoo org> AuthorDate: Fri Nov 20 15:10:22 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 20 15:10:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d71ddf app-crypt/swtpm: tiny post-merge fixups Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-crypt/swtpm/swtpm-0.5.1.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app-crypt/swtpm/swtpm-0.5.1.ebuild b/app-crypt/swtpm/swtpm-0.5.1.ebuild index afdecc396ec..9c7f465f8e4 100644 --- a/app-crypt/swtpm/swtpm-0.5.1.ebuild +++ b/app-crypt/swtpm/swtpm-0.5.1.ebuild @@ -15,7 +15,6 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="fuse gnutls libressl seccomp test" - RESTRICT="!test? ( test )" COMMON_DEPEND=" @@ -26,7 +25,7 @@ COMMON_DEPEND=" gnutls? ( dev-libs/libtasn1:= >=net-libs/gnutls-3.1.0[tools] - ) + ) !libressl? ( dev-libs/openssl:0= dev-libs/libtpms[-libressl] @@ -61,7 +60,6 @@ src_prepare() { use test || eapply "${FILESDIR}/${PN}-0.5.0-disable-test-dependencies.patch" default eautoreconf - eautomake } src_configure() { @@ -75,7 +73,7 @@ src_configure() { } src_compile() { -# We want the default src_compile, not the version distutils-r1 exports + # We want the default src_compile, not the version distutils-r1 exports default } @@ -89,6 +87,6 @@ src_install() { } src_test() { -# We want the default src_test, not the version distutils-r1 exports + # We want the default src_test, not the version distutils-r1 exports default }