Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/unshield/
Date: Fri, 30 Apr 2021 17:10:40
Message-Id: 1619802633.887002f9affcc950f33d3fd7e0b4613f90ebc1cb.zlogene@gentoo
1 commit: 887002f9affcc950f33d3fd7e0b4613f90ebc1cb
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 17:06:08 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 17:10:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=887002f9
7
8 app-arch/unshield: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-arch/unshield/unshield-1.4.3.ebuild | 10 ++++------
14 1 file changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/app-arch/unshield/unshield-1.4.3.ebuild b/app-arch/unshield/unshield-1.4.3.ebuild
17 index 6f191e78c81..7cd9b3ff46e 100644
18 --- a/app-arch/unshield/unshield-1.4.3.ebuild
19 +++ b/app-arch/unshield/unshield-1.4.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -13,17 +13,15 @@ LICENSE="MIT"
27 SLOT="0"
28 KEYWORDS="amd64 ~arm64 ~hppa ~ppc x86"
29
30 -# OpenSSL (or LibreSSL) is detected at build time, and used to determine
31 +# OpenSSL is detected at build time, and used to determine
32 # whether or not a hand-rolled md5 implementation is used. The build
33 # system prefers OpenSSL's implementation if it's available, and OpenSSL
34 # is common enough, so we prefer it too. Since the dependency is
35 -# automagic (there's no way to hide it), we require Open/LibreSSL
36 +# automagic (there's no way to hide it), we require OpenSSL
37 # unconditionally.
38 -IUSE="libressl"
39
40 DEPEND="
41 - !libressl? ( dev-libs/openssl:0= )
42 - libressl? ( dev-libs/libressl:0= )
43 + dev-libs/openssl:0=
44 sys-libs/zlib"
45 RDEPEND="${DEPEND}"