Skip to content

Commit

Permalink
app-forensics/afflib: remove libressl support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
Zlogene committed May 2, 2021
1 parent 3593dc4 commit 85a6947
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app-forensics/afflib/afflib-3.7.19.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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}
Expand Down

0 comments on commit 85a6947

Please sign in to comment.