summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-26 20:27:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-26 21:06:26 +0200
commit46488b5551571393394d11ad5f8fa99ef566895a (patch)
tree5bc73081d95bf93e01d8b0d1f8a9e8f2327cf3f7 /dev-util
parentsci-astronomy/stellarium: add 23.3 (diff)
downloadgentoo-46488b5551571393394d11ad5f8fa99ef566895a.tar.gz
gentoo-46488b5551571393394d11ad5f8fa99ef566895a.tar.bz2
gentoo-46488b5551571393394d11ad5f8fa99ef566895a.zip
dev-util/heaptrack: drop unused desktop.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/heaptrack/heaptrack-1.4.0.ebuild6
-rw-r--r--dev-util/heaptrack/heaptrack-9999.ebuild8
2 files changed, 5 insertions, 9 deletions
diff --git a/dev-util/heaptrack/heaptrack-1.4.0.ebuild b/dev-util/heaptrack/heaptrack-1.4.0.ebuild
index 01e625807144..af58131c7b9f 100644
--- a/dev-util/heaptrack/heaptrack-1.4.0.ebuild
+++ b/dev-util/heaptrack/heaptrack-1.4.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit cmake desktop kde.org xdg-utils
+inherit cmake kde.org xdg-utils
DESCRIPTION="Fast heap memory profiler"
HOMEPAGE="https://apps.kde.org/heaptrack/
@@ -40,9 +40,7 @@ DEPEND="
RDEPEND="${DEPEND}
gui? ( >=kde-frameworks/kf-env-4 )
"
-BDEPEND="
- gui? ( kde-frameworks/extra-cmake-modules:5 )
-"
+BDEPEND="gui? ( kde-frameworks/extra-cmake-modules:5 )"
PATCHES=(
"${FILESDIR}"/${P}-boost-1.81.patch # bug #887033, in master
diff --git a/dev-util/heaptrack/heaptrack-9999.ebuild b/dev-util/heaptrack/heaptrack-9999.ebuild
index 2723dac4cd81..fe5af1c93772 100644
--- a/dev-util/heaptrack/heaptrack-9999.ebuild
+++ b/dev-util/heaptrack/heaptrack-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit cmake desktop kde.org xdg-utils
+inherit cmake kde.org xdg-utils
DESCRIPTION="Fast heap memory profiler"
HOMEPAGE="https://apps.kde.org/heaptrack/
@@ -39,9 +39,7 @@ DEPEND="
RDEPEND="${DEPEND}
gui? ( >=kde-frameworks/kf-env-4 )
"
-BDEPEND="
- gui? ( kde-frameworks/extra-cmake-modules:5 )
-"
+BDEPEND="gui? ( kde-frameworks/extra-cmake-modules:5 )"
src_prepare() {
cmake_src_prepare