From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6F9713933E for ; Fri, 9 Jul 2021 10:38:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 139E5E0997; Fri, 9 Jul 2021 10:38:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0AFBE0997 for ; Fri, 9 Jul 2021 10:38:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 188D4340FFC for ; Fri, 9 Jul 2021 10:38:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF2387A2 for ; Fri, 9 Jul 2021 10:38:11 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1625827054.44741cccd1fc47ebcd36704752adfd37738b3c8f.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/imhex/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-editors/imhex/imhex-1.8.1-r1.ebuild app-editors/imhex/imhex-1.8.1.ebuild X-VCS-Directories: app-editors/imhex/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 44741cccd1fc47ebcd36704752adfd37738b3c8f X-VCS-Branch: dev Date: Fri, 9 Jul 2021 10:38:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 70ebde01-98eb-42cb-bb3b-38a3c8819434 X-Archives-Hash: 08fae2708536d307f18385dccf1f61ff commit: 44741cccd1fc47ebcd36704752adfd37738b3c8f Author: Alessandro Barbieri gmail com> AuthorDate: Fri Jul 9 10:37:34 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Fri Jul 9 10:37:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44741ccc app-editors/imhex: revert yara[tcmalloc] dependency Signed-off-by: Alessandro Barbieri gmail.com> app-editors/imhex/{imhex-1.8.1.ebuild => imhex-1.8.1-r1.ebuild} | 6 ++++-- 1 file 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 similarity index 95% rename from app-editors/imhex/imhex-1.8.1.ebuild rename to 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() {