diff options
Diffstat (limited to 'app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild')
-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 |