app-crypt/pkcs11-dump: add libressl support
authorAnthony G. Basile <blueness@gentoo.org>
Fri, 3 Jun 2016 14:12:46 +0000 (10:12 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Fri, 3 Jun 2016 14:21:02 +0000 (10:21 -0400)
Package-Manager: portage-2.2.28

app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild

index d5cf2f11a4710329deb8716e430a3842d0aed6d5..3f8c5974e96dfbcabd8a2e16a87560b5846168b6 100644 (file)
@@ -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"