commit: bad008632f6448b04862b072661827c6f29f5e9e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 13:43:10 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 13:43:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad00863
dev-util/ctags: don't automagically use Valgrind in tests
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/ctags/ctags-20240609.0.ebuild | 4 +++-
dev-util/ctags/ctags-99999999.ebuild | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-util/ctags/ctags-20240609.0.ebuild
b/dev-util/ctags/ctags-20240609.0.ebuild
index 4fed92a43de5..d7133379a221 100644
--- a/dev-util/ctags/ctags-20240609.0.ebuild
+++ b/dev-util/ctags/ctags-20240609.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -55,6 +55,8 @@ src_prepare() {
default
+ # Don't automagically use Valgrind
+ sed -i -e '/if type valgrind/s:valgrind:valgrind-falseified:'
Tmain/optscript.d/run.sh || die
#./misc/dist-test-cases > makefiles/test-cases.mak || die
eautoreconf
diff --git a/dev-util/ctags/ctags-99999999.ebuild
b/dev-util/ctags/ctags-99999999.ebuild
index 4fed92a43de5..d7133379a221 100644
--- a/dev-util/ctags/ctags-99999999.ebuild
+++ b/dev-util/ctags/ctags-99999999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -55,6 +55,8 @@ src_prepare() {
default
+ # Don't automagically use Valgrind
+ sed -i -e '/if type valgrind/s:valgrind:valgrind-falseified:'
Tmain/optscript.d/run.sh || die
#./misc/dist-test-cases > makefiles/test-cases.mak || die
eautoreconf