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 8920F138334 for ; Sat, 20 Apr 2019 23:27:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C47DAE0AF6; Sat, 20 Apr 2019 23:20:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 ABD6AE0AE8 for ; Sat, 20 Apr 2019 23:20:35 +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 ECFEF341F03 for ; Sat, 20 Apr 2019 07:12:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60A5E576 for ; Sat, 20 Apr 2019 07:12:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1555744363.be6593feb40766f202da79bf2845cc32be8583f7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/edb-debugger/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/edb-debugger/edb-debugger-9999.ebuild dev-util/edb-debugger/metadata.xml X-VCS-Directories: dev-util/edb-debugger/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: be6593feb40766f202da79bf2845cc32be8583f7 X-VCS-Branch: master Date: Sat, 20 Apr 2019 07:12:46 +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: 0e9cc4f6-701b-4ebd-bfc6-a86450b61c9e X-Archives-Hash: e8ce2bf58c71b7dacedfa7d508ece466 commit: be6593feb40766f202da79bf2845cc32be8583f7 Author: Petros Siligkounas gmail com> AuthorDate: Sat Apr 13 12:08:43 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 20 07:12:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6593fe dev-util/edb-debugger: bump live ebuild to EAPI 7 Add "jumbo-build" use flag too Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Πέτρος Σιλιγκούνας gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11669 Signed-off-by: Michał Górny gentoo.org> dev-util/edb-debugger/edb-debugger-9999.ebuild | 13 ++++++++++--- dev-util/edb-debugger/metadata.xml | 1 + 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/dev-util/edb-debugger/edb-debugger-9999.ebuild b/dev-util/edb-debugger/edb-debugger-9999.ebuild index ed907cfca5d..5c9cd77c65a 100644 --- a/dev-util/edb-debugger/edb-debugger-9999.ebuild +++ b/dev-util/edb-debugger/edb-debugger-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-utils git-r3 @@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/eteran/edb-debugger.git" LICENSE="GPL-2+" SLOT="0" KEYWORDS="" -IUSE="graphviz" +IUSE="graphviz jumbo-build" RDEPEND=" dev-libs/capstone:= @@ -39,3 +39,10 @@ src_prepare() { fi cmake-utils_src_prepare } + +src_configure() { + local mycmakeargs=( + -DBUILD_JUMBO=$(usex jumbo-build) + ) + cmake-utils_src_configure +} diff --git a/dev-util/edb-debugger/metadata.xml b/dev-util/edb-debugger/metadata.xml index a940dc098dc..cf47b0a1cf3 100644 --- a/dev-util/edb-debugger/metadata.xml +++ b/dev-util/edb-debugger/metadata.xml @@ -12,6 +12,7 @@ Probe if writes to /proc/PID/mem are broken. Add support for the Graphviz library + Experimental jumbo (also known as unity) build capability Enable building under a PaX enabled kernel