app-crypt/sbsigntool: drop libressl support
authorMatthias Maier <tamiko@gentoo.org>
Fri, 29 Jun 2018 16:33:14 +0000 (11:33 -0500)
committerMatthias Maier <tamiko@gentoo.org>
Fri, 29 Jun 2018 16:33:46 +0000 (11:33 -0500)
Bug: https://bugs.gentoo.org/659606
Package-Manager: Portage-2.3.41, Repoman-2.3.9

app-crypt/sbsigntool/sbsigntool-0.6-r2.ebuild [moved from app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild with 88% similarity]

similarity index 88%
rename from app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild
rename to app-crypt/sbsigntool/sbsigntool-0.6-r2.ebuild
index 60b0606bfcd4c2653cca2a6cc434c0d0e24af920..464a4e833fb6ea33a171dcba51c6c069155a0d05 100644 (file)
@@ -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