summaryrefslogtreecommitdiff
path: root/dev-util/heaptrack/heaptrack-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-18 04:54:42 +0000
commit5510d9d7d1c93c2ea71a2bd6f0666168808d5dd6 (patch)
treec968fff3108e2b4d88e4e564a56bfd066f170573 /dev-util/heaptrack/heaptrack-9999.ebuild
parent1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (diff)
gentoo resync : 18.03.2018
Diffstat (limited to 'dev-util/heaptrack/heaptrack-9999.ebuild')
-rw-r--r--dev-util/heaptrack/heaptrack-9999.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/heaptrack/heaptrack-9999.ebuild b/dev-util/heaptrack/heaptrack-9999.ebuild
index 45bb021ef3ac..cfcb4fc58229 100644
--- a/dev-util/heaptrack/heaptrack-9999.ebuild
+++ b/dev-util/heaptrack/heaptrack-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ HOMEPAGE="http://milianw.de/blog/heaptrack-a-heap-memory-profiler-for-linux"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS=""
-IUSE="+qt5"
+IUSE="+qt5 zstd"
COMMON_DEPEND="
dev-libs/boost:=
@@ -33,6 +33,7 @@ COMMON_DEPEND="
$(add_qt_dep qtwidgets)
dev-libs/kdiagram:5
)
+ zstd? ( app-arch/zstd:= )
"
DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep extra-cmake-modules)
@@ -44,6 +45,7 @@ RDEPEND="${COMMON_DEPEND}
src_configure() {
local mycmakeargs=(
-DHEAPTRACK_BUILD_GUI=$(usex qt5)
+ $(cmake-utils_use_find_package zstd Zstd)
)
kde5_src_configure