diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-07-09 12:37:34 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-07-09 12:37:34 +0200 |
commit | 44741cccd1fc47ebcd36704752adfd37738b3c8f (patch) | |
tree | e109d2b8b7c68e886998402aa88deac9affc5bbe /app-editors | |
parent | dev-python/glyphtools: initial import (diff) | |
download | guru-44741cccd1fc47ebcd36704752adfd37738b3c8f.tar.gz guru-44741cccd1fc47ebcd36704752adfd37738b3c8f.tar.bz2 guru-44741cccd1fc47ebcd36704752adfd37738b3c8f.zip |
app-editors/imhex: revert yara[tcmalloc] dependency
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/imhex/imhex-1.8.1-r1.ebuild (renamed from app-editors/imhex/imhex-1.8.1.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-editors/imhex/imhex-1.8.1.ebuild b/app-editors/imhex/imhex-1.8.1-r1.ebuild index 568714161..72849a7cf 100644 --- a/app-editors/imhex/imhex-1.8.1.ebuild +++ b/app-editors/imhex/imhex-1.8.1-r1.ebuild @@ -21,7 +21,7 @@ KEYWORDS="~amd64" DEPEND=" ${PYTHON_DEPS} - app-forensics/yara[tcmalloc] + app-forensics/yara dev-cpp/nlohmann_json dev-cpp/xdgpp dev-libs/capstone @@ -56,9 +56,10 @@ src_prepare() { } src_configure() { - python_setup + python-single-r1_pkg_setup local mycmakeargs=( -DPROJECT_VERSION="${PV}" + -DPYTHON_VERSION_MAJOR_MINOR="\"${EPYTHON/python/}\"" -DUSE_SYSTEM_CURL=ON -DUSE_SYSTEM_FMT=ON -DUSE_SYSTEM_LLVM=ON @@ -66,6 +67,7 @@ src_configure() { -DUSE_SYSTEM_YARA=ON ) cmake_src_configure + } src_install() { |