commit: 05c11e40b1d54309798a216676c4f8988d254cbd Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Fri Jun 3 14:16:06 2016 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Fri Jun 3 14:21:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c11e40
app-crypt/sbsigntool: add libressl support Package-Manager: portage-2.2.28 app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild b/app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild index cc49b5b..cbb72cf 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
