summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-05-02 15:41:35 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-05-02 15:41:35 +0300
commit85a6947aa4d96f5abd43551b788588c07b9631e0 (patch)
tree70312e35e2ee87f5b55e2f3144ee37479e9a0628 /app-forensics/afflib
parentapp-office/grisbi: remove libressl support (diff)
downloadgentoo-85a6947aa4d96f5abd43551b788588c07b9631e0.tar.gz
gentoo-85a6947aa4d96f5abd43551b788588c07b9631e0.tar.bz2
gentoo-85a6947aa4d96f5abd43551b788588c07b9631e0.zip
app-forensics/afflib: 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-forensics/afflib')
-rw-r--r--app-forensics/afflib/afflib-3.7.19.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-forensics/afflib/afflib-3.7.19.ebuild b/app-forensics/afflib/afflib-3.7.19.ebuild
index 8f02ebfba0ea..a9cfa61c34b8 100644
--- a/app-forensics/afflib/afflib-3.7.19.ebuild
+++ b/app-forensics/afflib/afflib-3.7.19.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm ~hppa ppc x86 ~x64-macos"
-IUSE="fuse libressl ncurses python qemu readline s3 static-libs threads"
+IUSE="fuse ncurses python qemu readline s3 static-libs threads"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
# Tests don't play well with sandbox
RESTRICT="test"
@@ -27,8 +27,7 @@ RDEPEND="
dev-libs/expat
sys-libs/zlib:0=
fuse? ( sys-fs/fuse:= )
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:= )
+ dev-libs/openssl:0=
ncurses? ( sys-libs/ncurses:0= )
python? (
${PYTHON_DEPS}