summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-16 00:24:39 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-16 00:28:23 +0100
commit0ac4d73b942013ca9636e9834b9e7e624a9cf1b2 (patch)
treead7e50b546e216db7ba8b2ae3fa8cdf8de80ed48 /dev-util
parentx11-themes/qtcurve: EAPI-7 bump (diff)
downloadgentoo-0ac4d73b942013ca9636e9834b9e7e624a9cf1b2.tar.gz
gentoo-0ac4d73b942013ca9636e9834b9e7e624a9cf1b2.tar.bz2
gentoo-0ac4d73b942013ca9636e9834b9e7e624a9cf1b2.zip
dev-util/heaptrack: EAPI-7 bump
Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/heaptrack/heaptrack-9999.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-util/heaptrack/heaptrack-9999.ebuild b/dev-util/heaptrack/heaptrack-9999.ebuild
index cfcb4fc58229..ca6434866c2e 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 )
"