From: Anthony G. Basile Date: Fri, 3 Jun 2016 14:16:06 +0000 (-0400) Subject: app-crypt/sbsigntool: add libressl support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=05c11e40b1d54309798a216676c4f8988d254cbd;p=gentoo.git app-crypt/sbsigntool: add libressl support Package-Manager: portage-2.2.28 --- diff --git a/app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild b/app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild index cc49b5b2dc65..cbb72cffde8e 100644 --- a/app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild +++ b/app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI="5" inherit eutils toolchain-funcs @@ -13,9 +13,11 @@ SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${PV}.orig.t LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" +IUSE="libressl" -RDEPEND="dev-libs/openssl +RDEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) sys-apps/util-linux" DEPEND="${RDEPEND} sys-apps/help2man