From: Anthony G. Basile Date: Fri, 3 Jun 2016 14:12:46 +0000 (-0400) Subject: app-crypt/pkcs11-dump: add libressl support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9e3d3f2659ba29d86069361d3d7b15d154472e03;p=gentoo.git app-crypt/pkcs11-dump: add libressl support Package-Manager: portage-2.2.28 --- 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"