diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-06-03 10:12:46 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-06-03 10:21:02 -0400 |
commit | 9e3d3f2659ba29d86069361d3d7b15d154472e03 (patch) | |
tree | 0e36de77f162af5a09f35b3c5e061ba7bf003216 /app-crypt/pkcs11-dump | |
parent | app-crypt/pesign: add libressl support (diff) | |
download | gentoo-9e3d3f2659ba29d86069361d3d7b15d154472e03.tar.gz gentoo-9e3d3f2659ba29d86069361d3d7b15d154472e03.tar.bz2 gentoo-9e3d3f2659ba29d86069361d3d7b15d154472e03.zip |
app-crypt/pkcs11-dump: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt/pkcs11-dump')
-rw-r--r-- | app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild b/app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild index d5cf2f11a471..3f8c5974e96d 100644 --- a/app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild +++ b/app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 DESCRIPTION="Utilities for PKCS#11 token content dump" HOMEPAGE="https://sites.google.com/site/alonbarlev/pkcs11-utilities" @@ -13,9 +13,11 @@ SLOT="0" KEYWORDS="~amd64" -IUSE="" +IUSE="libressl" -RDEPEND=">=dev-libs/openssl-0.9.7:0" +RDEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" DEPEND="${RDEPEND} virtual/pkgconfig" |