From: Matthias Maier Date: Fri, 29 Jun 2018 16:33:14 +0000 (-0500) Subject: app-crypt/sbsigntool: drop libressl support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=75fc92a01157d4d4c892c69d32e196d138437576;p=gentoo.git app-crypt/sbsigntool: drop libressl support Bug: https://bugs.gentoo.org/659606 Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- diff --git a/app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild b/app-crypt/sbsigntool/sbsigntool-0.6-r2.ebuild similarity index 88% rename from app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild rename to app-crypt/sbsigntool/sbsigntool-0.6-r2.ebuild index 60b0606bfcd4..464a4e833fb6 100644 --- a/app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild +++ b/app-crypt/sbsigntool/sbsigntool-0.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,11 +12,10 @@ SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${PV}.orig.t LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" -IUSE="libressl" +IUSE="" RDEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= sys-apps/util-linux" DEPEND="${RDEPEND} sys-apps/help2man