Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/imhex/
Date: Fri, 09 Jul 2021 10:38:14
Message-Id: 1625827054.44741cccd1fc47ebcd36704752adfd37738b3c8f.Alessandro-Barbieri@gentoo
1 commit: 44741cccd1fc47ebcd36704752adfd37738b3c8f
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Fri Jul 9 10:37:34 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Fri Jul 9 10:37:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44741ccc
7
8 app-editors/imhex: revert yara[tcmalloc] dependency
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 app-editors/imhex/{imhex-1.8.1.ebuild => imhex-1.8.1-r1.ebuild} | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/app-editors/imhex/imhex-1.8.1.ebuild b/app-editors/imhex/imhex-1.8.1-r1.ebuild
16 similarity index 95%
17 rename from app-editors/imhex/imhex-1.8.1.ebuild
18 rename to app-editors/imhex/imhex-1.8.1-r1.ebuild
19 index 568714161..72849a7cf 100644
20 --- a/app-editors/imhex/imhex-1.8.1.ebuild
21 +++ b/app-editors/imhex/imhex-1.8.1-r1.ebuild
22 @@ -21,7 +21,7 @@ KEYWORDS="~amd64"
23
24 DEPEND="
25 ${PYTHON_DEPS}
26 - app-forensics/yara[tcmalloc]
27 + app-forensics/yara
28 dev-cpp/nlohmann_json
29 dev-cpp/xdgpp
30 dev-libs/capstone
31 @@ -56,9 +56,10 @@ src_prepare() {
32 }
33
34 src_configure() {
35 - python_setup
36 + python-single-r1_pkg_setup
37 local mycmakeargs=(
38 -DPROJECT_VERSION="${PV}"
39 + -DPYTHON_VERSION_MAJOR_MINOR="\"${EPYTHON/python/}\""
40 -DUSE_SYSTEM_CURL=ON
41 -DUSE_SYSTEM_FMT=ON
42 -DUSE_SYSTEM_LLVM=ON
43 @@ -66,6 +67,7 @@ src_configure() {
44 -DUSE_SYSTEM_YARA=ON
45 )
46 cmake_src_configure
47 +
48 }
49
50 src_install() {