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 57F46138335 for ; Fri, 15 Feb 2019 23:28:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41DB2E087E; Fri, 15 Feb 2019 23:28:38 +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 14827E087E for ; Fri, 15 Feb 2019 23:28:38 +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 A0EE7335CF2 for ; Fri, 15 Feb 2019 23:28:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFA3D544 for ; Fri, 15 Feb 2019 23:28:34 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1550273303.0ac4d73b942013ca9636e9834b9e7e624a9cf1b2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/heaptrack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/heaptrack/heaptrack-9999.ebuild X-VCS-Directories: dev-util/heaptrack/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0ac4d73b942013ca9636e9834b9e7e624a9cf1b2 X-VCS-Branch: master Date: Fri, 15 Feb 2019 23:28:34 +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: e42d5dcf-838a-4f43-9ddc-8e02691fa408 X-Archives-Hash: 9f35b4f33291be5638e13ae4e0b796a4 commit: 0ac4d73b942013ca9636e9834b9e7e624a9cf1b2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Feb 15 23:24:39 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Feb 15 23:28:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac4d73b dev-util/heaptrack: EAPI-7 bump Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/heaptrack/heaptrack-9999.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-util/heaptrack/heaptrack-9999.ebuild b/dev-util/heaptrack/heaptrack-9999.ebuild index cfcb4fc5822..ca6434866c2 100644 --- a/dev-util/heaptrack/heaptrack-9999.ebuild +++ b/dev-util/heaptrack/heaptrack-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 KDE_AUTODEPS="false" KDE_TEST="forceoptional" @@ -15,7 +15,10 @@ SLOT="0" KEYWORDS="" IUSE="+qt5 zstd" -COMMON_DEPEND=" +BDEPEND=" + $(add_frameworks_dep extra-cmake-modules) +" +DEPEND=" dev-libs/boost:= sys-libs/libunwind sys-libs/zlib @@ -35,10 +38,7 @@ COMMON_DEPEND=" ) zstd? ( app-arch/zstd:= ) " -DEPEND="${COMMON_DEPEND} - $(add_frameworks_dep extra-cmake-modules) -" -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} qt5? ( >=kde-frameworks/kf-env-4 ) "