diff options
author | Matthias Maier <tamiko@gentoo.org> | 2018-06-29 11:33:14 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2018-06-29 11:33:46 -0500 |
commit | 75fc92a01157d4d4c892c69d32e196d138437576 (patch) | |
tree | 36cbf7f0fec5614251ec5b19f7c6a254828a8df8 /app-crypt/sbsigntool | |
parent | app-crypt/sbsigntool: drop broken (diff) | |
download | gentoo-75fc92a01157d4d4c892c69d32e196d138437576.tar.gz gentoo-75fc92a01157d4d4c892c69d32e196d138437576.tar.bz2 gentoo-75fc92a01157d4d4c892c69d32e196d138437576.zip |
app-crypt/sbsigntool: drop libressl support
Bug: https://bugs.gentoo.org/659606
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'app-crypt/sbsigntool')
-rw-r--r-- | app-crypt/sbsigntool/sbsigntool-0.6-r2.ebuild (renamed from app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild b/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 |