summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalah Coronya <salah.coronya@gmail.com>2020-08-21 10:25:00 -0500
committerDavid Seifert <soap@gentoo.org>2020-08-23 13:48:45 +0200
commit4690e6d51439851d567281be7cca353604b401ae (patch)
tree5da3256e5576e49e439a635278c1baa318a2e13d /app-crypt/tpm2-tools
parentdev-libs/serdisplib: drop old version (diff)
downloadgentoo-4690e6d51439851d567281be7cca353604b401ae.tar.gz
gentoo-4690e6d51439851d567281be7cca353604b401ae.tar.bz2
gentoo-4690e6d51439851d567281be7cca353604b401ae.zip
app-crypt/tpm2-tools: Fix build for non-FAPI users
Closes: https://bugs.gentoo.org/738406 Closes: https://github.com/gentoo/gentoo/pull/17205 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Salah Coronya <salah.coronya@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt/tpm2-tools')
-rw-r--r--app-crypt/tpm2-tools/tpm2-tools-4.2.1-r1.ebuild (renamed from app-crypt/tpm2-tools/tpm2-tools-4.2.1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/tpm2-tools/tpm2-tools-4.2.1.ebuild b/app-crypt/tpm2-tools/tpm2-tools-4.2.1-r1.ebuild
index f791854a95a5..ea91b076cb65 100644
--- a/app-crypt/tpm2-tools/tpm2-tools-4.2.1.ebuild
+++ b/app-crypt/tpm2-tools/tpm2-tools-4.2.1-r1.ebuild
@@ -18,7 +18,7 @@ IUSE="+fapi libressl"
RESTRICT="test"
RDEPEND="net-misc/curl:=
- fapi? ( >=app-crypt/tpm2-tss-2.4.0:=[fapi?] )
+ >=app-crypt/tpm2-tss-2.4.0:=[fapi?]
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )"
DEPEND="${RDEPEND}"