mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
app-editors/imhex: revert yara[tcmalloc] dependency
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ KEYWORDS="~amd64"
|
|||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
app-forensics/yara[tcmalloc]
|
app-forensics/yara
|
||||||
dev-cpp/nlohmann_json
|
dev-cpp/nlohmann_json
|
||||||
dev-cpp/xdgpp
|
dev-cpp/xdgpp
|
||||||
dev-libs/capstone
|
dev-libs/capstone
|
||||||
@@ -56,9 +56,10 @@ src_prepare() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
python_setup
|
python-single-r1_pkg_setup
|
||||||
local mycmakeargs=(
|
local mycmakeargs=(
|
||||||
-DPROJECT_VERSION="${PV}"
|
-DPROJECT_VERSION="${PV}"
|
||||||
|
-DPYTHON_VERSION_MAJOR_MINOR="\"${EPYTHON/python/}\""
|
||||||
-DUSE_SYSTEM_CURL=ON
|
-DUSE_SYSTEM_CURL=ON
|
||||||
-DUSE_SYSTEM_FMT=ON
|
-DUSE_SYSTEM_FMT=ON
|
||||||
-DUSE_SYSTEM_LLVM=ON
|
-DUSE_SYSTEM_LLVM=ON
|
||||||
@@ -66,6 +67,7 @@ src_configure() {
|
|||||||
-DUSE_SYSTEM_YARA=ON
|
-DUSE_SYSTEM_YARA=ON
|
||||||
)
|
)
|
||||||
cmake_src_configure
|
cmake_src_configure
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
Reference in New Issue
Block a user