diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-06-25 19:58:15 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-06-25 19:58:15 -0400 |
commit | dbd4e2c6633b6d30471d7f75cfdcd4dbf44c133a (patch) | |
tree | 91d4acafb79b39328fc57cf92064c55d881fbed4 /dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild | |
parent | dev-libs/mongo-cxx-driver: add libressl support (diff) | |
download | gentoo-dbd4e2c6633b6d30471d7f75cfdcd4dbf44c133a.tar.gz gentoo-dbd4e2c6633b6d30471d7f75cfdcd4dbf44c133a.tar.bz2 gentoo-dbd4e2c6633b6d30471d7f75cfdcd4dbf44c133a.zip |
dev-libs/opencryptoki: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild')
-rw-r--r-- | dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild b/dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild index ff61dcb9a7b0..53c8192450ae 100644 --- a/dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild +++ b/dev-libs/opencryptoki/opencryptoki-3.4.1.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$ @@ -15,13 +15,13 @@ SRC_URI="mirror://sourceforge/opencryptoki/${PV}/${PN}-v${PV}.tgz" LICENSE="CPL-0.5" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" +IUSE="debug libressl +tpm" RDEPEND="tpm? ( app-crypt/trousers ) - dev-libs/openssl:*" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" DEPEND="${RDEPEND}" -IUSE="+tpm debug" - S="${WORKDIR}/${PN}" # tests right now basically don't exist; the only available thing would |