diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 20:06:08 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 20:10:33 +0300 |
commit | 887002f9affcc950f33d3fd7e0b4613f90ebc1cb (patch) | |
tree | 881701545cf8ab08b2f42c553d51ede878f3ee35 /app-arch | |
parent | app-antivirus/clamav: remove libressl support (diff) | |
download | gentoo-887002f9affcc950f33d3fd7e0b4613f90ebc1cb.tar.gz gentoo-887002f9affcc950f33d3fd7e0b4613f90ebc1cb.tar.bz2 gentoo-887002f9affcc950f33d3fd7e0b4613f90ebc1cb.zip |
app-arch/unshield: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-arch')
-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}" |