summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-11-20 15:10:22 +0000
committerSam James <sam@gentoo.org>2020-11-20 15:10:27 +0000
commit23d71ddf453f0083aae6831e03a6314f5b00ea25 (patch)
treeb85599aa7a249493bef0ffa25f77468c80f2b8b0 /app-crypt
parentapp-crypt/swtpm: Remove old (diff)
downloadgentoo-23d71ddf453f0083aae6831e03a6314f5b00ea25.tar.gz
gentoo-23d71ddf453f0083aae6831e03a6314f5b00ea25.tar.bz2
gentoo-23d71ddf453f0083aae6831e03a6314f5b00ea25.zip
app-crypt/swtpm: tiny post-merge fixups
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/swtpm/swtpm-0.5.1.ebuild8
1 files 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 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
}