Diff heaptrack-1.4.0 with a heaptrack-1.5.0

/usr/portage/dev-util/heaptrack/heaptrack-1.5.0.ebuild 2023-10-09 14:52:30.972368387 +0300
42 42
"
43 43
BDEPEND="gui? ( kde-frameworks/extra-cmake-modules:5 )"
44 44

  
45
PATCHES=(
46
	"${FILESDIR}"/${P}-boost-1.81.patch # bug #887033, in master
47
	"${FILESDIR}"/${P}-gcc-13.patch # in master
48
)
49

  
50 45
src_prepare() {
51 46
	cmake_src_prepare
52 47
	rm -rf 3rdparty/boost-zstd || die # ensure no bundling
Thank you!