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-forensics/afflib/
Date: Sun, 02 May 2021 12:42:51
Message-Id: 1619959295.85a6947aa4d96f5abd43551b788588c07b9631e0.zlogene@gentoo
1 commit: 85a6947aa4d96f5abd43551b788588c07b9631e0
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 12:41:35 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 12:41:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a6947a
7
8 app-forensics/afflib: 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-forensics/afflib/afflib-3.7.19.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/app-forensics/afflib/afflib-3.7.19.ebuild b/app-forensics/afflib/afflib-3.7.19.ebuild
17 index 8f02ebfba0e..a9cfa61c34b 100644
18 --- a/app-forensics/afflib/afflib-3.7.19.ebuild
19 +++ b/app-forensics/afflib/afflib-3.7.19.ebuild
20 @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
21 LICENSE="BSD"
22 SLOT="0"
23 KEYWORDS="amd64 ~arm ~hppa ppc x86 ~x64-macos"
24 -IUSE="fuse libressl ncurses python qemu readline s3 static-libs threads"
25 +IUSE="fuse ncurses python qemu readline s3 static-libs threads"
26 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
27 # Tests don't play well with sandbox
28 RESTRICT="test"
29 @@ -27,8 +27,7 @@ RDEPEND="
30 dev-libs/expat
31 sys-libs/zlib:0=
32 fuse? ( sys-fs/fuse:= )
33 - !libressl? ( dev-libs/openssl:0= )
34 - libressl? ( dev-libs/libressl:= )
35 + dev-libs/openssl:0=
36 ncurses? ( sys-libs/ncurses:0= )
37 python? (
38 ${PYTHON_DEPS}