commit:     887002f9affcc950f33d3fd7e0b4613f90ebc1cb
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 17:06:08 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 17:10:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=887002f9

app-arch/unshield: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 app-arch/unshield/unshield-1.4.3.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/app-arch/unshield/unshield-1.4.3.ebuild 
b/app-arch/unshield/unshield-1.4.3.ebuild
index 6f191e78c81..7cd9b3ff46e 100644
--- a/app-arch/unshield/unshield-1.4.3.ebuild
+++ b/app-arch/unshield/unshield-1.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,17 +13,15 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 ~hppa ~ppc x86"
 
-# OpenSSL (or LibreSSL) is detected at build time, and used to determine
+# OpenSSL is detected at build time, and used to determine
 # whether or not a hand-rolled md5 implementation is used. The build
 # system prefers OpenSSL's implementation if it's available, and OpenSSL
 # is common enough, so we prefer it too. Since the dependency is
-# automagic (there's no way to hide it), we require Open/LibreSSL
+# automagic (there's no way to hide it), we require OpenSSL
 # unconditionally.
-IUSE="libressl"
 
 DEPEND="
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=
        sys-libs/zlib"
 RDEPEND="${DEPEND}"
 

Reply via email to