commit: 23d71ddf453f0083aae6831e03a6314f5b00ea25
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 20 15:10:22 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
}