From 7a2c70665166069da934a42cdbf6e4ff018915f6 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Fri, 7 Jul 2023 14:55:58 +0200 Subject: [PATCH] dev-util/leaktracer: EAPI8 bump Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/31788 Signed-off-by: Conrad Kostecki --- dev-util/leaktracer/leaktracer-2.4-r3.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-util/leaktracer/leaktracer-2.4-r3.ebuild b/dev-util/leaktracer/leaktracer-2.4-r3.ebuild index 28148746c8849..bcbb6dbd3df9b 100644 --- a/dev-util/leaktracer/leaktracer-2.4-r3.ebuild +++ b/dev-util/leaktracer/leaktracer-2.4-r3.ebuild @@ -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"