Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/heaptrack/
Date: Fri, 15 Feb 2019 23:28:39
Message-Id: 1550273303.0ac4d73b942013ca9636e9834b9e7e624a9cf1b2.asturm@gentoo
1 commit: 0ac4d73b942013ca9636e9834b9e7e624a9cf1b2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 15 23:24:39 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 15 23:28:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac4d73b
7
8 dev-util/heaptrack: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-util/heaptrack/heaptrack-9999.ebuild | 14 +++++++-------
14 1 file changed, 7 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-util/heaptrack/heaptrack-9999.ebuild b/dev-util/heaptrack/heaptrack-9999.ebuild
17 index cfcb4fc5822..ca6434866c2 100644
18 --- a/dev-util/heaptrack/heaptrack-9999.ebuild
19 +++ b/dev-util/heaptrack/heaptrack-9999.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 KDE_AUTODEPS="false"
29 KDE_TEST="forceoptional"
30 @@ -15,7 +15,10 @@ SLOT="0"
31 KEYWORDS=""
32 IUSE="+qt5 zstd"
33
34 -COMMON_DEPEND="
35 +BDEPEND="
36 + $(add_frameworks_dep extra-cmake-modules)
37 +"
38 +DEPEND="
39 dev-libs/boost:=
40 sys-libs/libunwind
41 sys-libs/zlib
42 @@ -35,10 +38,7 @@ COMMON_DEPEND="
43 )
44 zstd? ( app-arch/zstd:= )
45 "
46 -DEPEND="${COMMON_DEPEND}
47 - $(add_frameworks_dep extra-cmake-modules)
48 -"
49 -RDEPEND="${COMMON_DEPEND}
50 +RDEPEND="${DEPEND}
51 qt5? ( >=kde-frameworks/kf-env-4 )
52 "