diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-06-03 10:31:47 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-06-03 10:32:48 -0400 |
commit | 331908273d2292c6644b4d5d8e3817b863d85971 (patch) | |
tree | 9475922722d540b30d891d978b843629cbfe862b /app-crypt/simple-tpm-pk11 | |
parent | dev-libs/libgaminggear: Version bump. (diff) | |
download | gentoo-331908273d2292c6644b4d5d8e3817b863d85971.tar.gz gentoo-331908273d2292c6644b4d5d8e3817b863d85971.tar.bz2 gentoo-331908273d2292c6644b4d5d8e3817b863d85971.zip |
app-crypt/simple-tpm-pk11: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt/simple-tpm-pk11')
-rw-r--r-- | app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.03.ebuild | 7 | ||||
-rw-r--r-- | app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.04.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.03.ebuild b/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.03.ebuild index 2bab320b589c..301b10b7cb41 100644 --- a/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.03.ebuild +++ b/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.03.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,13 +20,14 @@ else KEYWORDS="~amd64" fi -IUSE="" +IUSE="libressl" RESTRICT="test" # needs to communicate with the TPM and gtest is all broken DEPEND="app-crypt/tpm-tools[pkcs11] dev-libs/opencryptoki[tpm] app-crypt/trousers - dev-libs/openssl:0=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" RDEPEND="${DEPEND} net-misc/openssh[-X509]" diff --git a/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.04.ebuild b/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.04.ebuild index 2bab320b589c..301b10b7cb41 100644 --- a/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.04.ebuild +++ b/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.04.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,13 +20,14 @@ else KEYWORDS="~amd64" fi -IUSE="" +IUSE="libressl" RESTRICT="test" # needs to communicate with the TPM and gtest is all broken DEPEND="app-crypt/tpm-tools[pkcs11] dev-libs/opencryptoki[tpm] app-crypt/trousers - dev-libs/openssl:0=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" RDEPEND="${DEPEND} net-misc/openssh[-X509]" |