diff options
-rw-r--r-- | app-arch/unshield/unshield-1.4.3.ebuild | 10 |
1 files 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 6f191e78c819..7cd9b3ff46e4 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}" |