mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/leaktracer: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31788 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
45c1a2a891
commit
7a2c706651
@@ -1,15 +1,16 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
# Upstream-package has no version in it's name.
|
||||
# We therefore repackage it directly, together with the patches.
|
||||
PATCH_LEVEL="2"
|
||||
|
||||
DESCRIPTION="trace and analyze memory leaks in C++ programs"
|
||||
HOMEPAGE="http://www.andreasen.org/LeakTracer/"
|
||||
DESCRIPTION="Trace and analyze memory leaks in C++ programs"
|
||||
HOMEPAGE="https://andreasen.org/LeakTracer/"
|
||||
SRC_URI="mirror://gentoo/${P}-gentoo_p${PATCH_LEVEL}.tbz2"
|
||||
|
||||
LICENSE="public-domain"
|
||||
|
||||
Reference in New Issue
Block a user