diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-06-03 10:48:28 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-06-03 10:48:28 -0400 |
commit | 0e9417f4c8e15de78c8156d7d223260492d8b768 (patch) | |
tree | f7838ea64965c1d72cad6b8a5f8d7f914cc35432 /app-crypt | |
parent | app-crypt/tinyca: add libressl support (diff) | |
download | gentoo-0e9417f4c8e15de78c8156d7d223260492d8b768.tar.gz gentoo-0e9417f4c8e15de78c8156d7d223260492d8b768.tar.bz2 gentoo-0e9417f4c8e15de78c8156d7d223260492d8b768.zip |
app-crypt/tpm-emulator: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild b/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild index 3b6d47bba1c3..e489b6b9c940 100644 --- a/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild +++ b/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.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$ @@ -14,8 +14,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="ssl modules" -RDEPEND="ssl? ( dev-libs/openssl )" +IUSE="libressl ssl modules" +RDEPEND="ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + )" DEPEND="${RDEPEND} !ssl? ( dev-libs/gmp )" |