diff options
Diffstat (limited to 'dev-util/heaptrack/heaptrack-9999.ebuild')
-rw-r--r-- | dev-util/heaptrack/heaptrack-9999.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
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 |