From 9e3d3f2659ba29d86069361d3d7b15d154472e03 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Fri, 3 Jun 2016 10:12:46 -0400 Subject: app-crypt/pkcs11-dump: add libressl support Package-Manager: portage-2.2.28 --- app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'app-crypt/pkcs11-dump') 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" -- cgit v1.2.3-65-gdbad