From 7825305c5ddf11fffe24fa30453c4e8468f64305 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 8 Mar 2024 13:07:48 +0000 Subject: gentoo auto-resync : 08:03:2024 - 13:07:48 --- app-misc/binwalk/binwalk-9999.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'app-misc/binwalk/binwalk-9999.ebuild') diff --git a/app-misc/binwalk/binwalk-9999.ebuild b/app-misc/binwalk/binwalk-9999.ebuild index 3faee6d44b5c..53c023e8014b 100644 --- a/app-misc/binwalk/binwalk-9999.ebuild +++ b/app-misc/binwalk/binwalk-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..12} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 optfeature if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/OSPG/binwalk.git" @@ -17,7 +17,7 @@ else fi DESCRIPTION="A tool for identifying files embedded inside firmware images" -HOMEPAGE="https://github.com/ReFirmLabs/binwalk" +HOMEPAGE="https://github.com/OSPG/binwalk" LICENSE="MIT" SLOT="0" @@ -30,6 +30,9 @@ python_install_all() { } pkg_postinst() { + optfeature "entropy graph" dev-python/matplotlib + optfeature "disassembly" dev-libs/capstone[python] + if [[ -z ${REPLACING_VERSIONS} ]]; then elog "binwalk has many optional dependencies to automatically" elog "extract/decompress data, see INSTALL.md for more details." -- cgit v1.2.3