summaryrefslogtreecommitdiff
path: root/dev-util/heaptrack
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-02-16 12:59:29 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-02-16 12:59:29 +0000
commit79599515788b85b18aa655e7b7f8cc05c1bbddd8 (patch)
treeade7cb031f363fad64c77139dea7aa3d81908537 /dev-util/heaptrack
parent6bc2e4d7c5906e46a8f275a876ead6ec41aca5bb (diff)
gentoo resync : 16.02.1018
Diffstat (limited to 'dev-util/heaptrack')
-rw-r--r--dev-util/heaptrack/Manifest2
-rw-r--r--dev-util/heaptrack/heaptrack-9999.ebuild14
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-util/heaptrack/Manifest b/dev-util/heaptrack/Manifest
index 277e5c607970..87727165fea2 100644
--- a/dev-util/heaptrack/Manifest
+++ b/dev-util/heaptrack/Manifest
@@ -1,2 +1,2 @@
-EBUILD heaptrack-9999.ebuild 1113 BLAKE2B c686273439df3c958822a2f8e324080d9df31fc3dbcb7a92f85708d1f3066e7ca315062f0c04176b7b9f5098bbc166d6160ff4cb978d9abc93362bf47c39038b SHA512 769ff6ff8ada4f22d4dea0d63d543f83fe56c8a00b9e09362c69591f09e2073924fa817a1a05b55449529260d51a3cc21526c5ca8493b90592744c1154696ff9
+EBUILD heaptrack-9999.ebuild 1081 BLAKE2B 26b41eb54c27a5698aa6e2c844a95795f62782dc92c8bdafb110eeb8d5a0d10ead0fca3694ec5352609fa45690b2d709d40f949adcabf3f98a8bbbc8f1a412db SHA512 30c1780d74f58a8f0c2a1cd02a2812534130ef30847eafd37eea185618c3ab2860a2b9b1a6ee246b197742028108db630db06a49200b9a159696ae77beb5124b
MISC metadata.xml 362 BLAKE2B b810739db5ac019dac18f6bf1bcc5f1cc2a26ef076545b96572a3c9c304f115bfa3250293596aaabe56719cafcb1693e63e95dc70caadd9306d64f134fee864a SHA512 0b6416c3084a693617745c2faaa8af4f72540de549d52e719413ae90e467a95912044099705d6bd39517abb56a569870b4ea92201a98dc76d25da013e3774c27
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 )
"