diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-06-03 10:16:06 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-06-03 10:21:04 -0400 |
commit | 05c11e40b1d54309798a216676c4f8988d254cbd (patch) | |
tree | 2975db654ca9a542390210f52f78c73d88e6257c /app-crypt/sbsigntool | |
parent | app-crypt/pkcs11-dump: add libressl support (diff) | |
download | gentoo-05c11e40b1d54309798a216676c4f8988d254cbd.tar.gz gentoo-05c11e40b1d54309798a216676c4f8988d254cbd.tar.bz2 gentoo-05c11e40b1d54309798a216676c4f8988d254cbd.zip |
app-crypt/sbsigntool: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt/sbsigntool')
-rw-r--r-- | app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild | 10 |
1 files 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 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 |