Diff heaptrack-1.5.80_pre20250110 with a heaptrack-9999

/usr/portage/dev-util/heaptrack/heaptrack-9999.ebuild 2025-02-03 17:39:32.914667227 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
KDE_ORG_COMMIT=5d8bfe4441be81ff3ced10114bb012d24ec0ab86
7 6
inherit cmake kde.org xdg-utils
8 7

  
9 8
DESCRIPTION="Fast heap memory profiler"
......
12 11

  
13 12
LICENSE="LGPL-2.1+"
14 13
SLOT="0"
15
KEYWORDS="~amd64"
14
KEYWORDS=""
16 15
IUSE="+gui test zstd"
17 16

  
18 17
RESTRICT="!test? ( test )"
Thank you!