From 23d71ddf453f0083aae6831e03a6314f5b00ea25 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 20 Nov 2020 15:10:22 +0000 Subject: app-crypt/swtpm: tiny post-merge fixups Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James --- app-crypt/swtpm/swtpm-0.5.1.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'app-crypt/swtpm') diff --git a/app-crypt/swtpm/swtpm-0.5.1.ebuild b/app-crypt/swtpm/swtpm-0.5.1.ebuild index afdecc396ecd..9c7f465f8e40 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 } -- cgit v1.2.3-65-gdbad