diff options
-rw-r--r-- | app-forensics/afflib/afflib-3.7.19.ebuild | 5 |
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} |