commit: d044abb86586f74fa6a3c5335c1c1afd1865883c Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Nov 16 17:25:52 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Nov 16 18:20:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d044abb8
dev-libs/dmalloc: GetEnvironmentVariableA implicit in configure is ok Bug: https://bugs.gentoo.org/924829 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> dev-libs/dmalloc/dmalloc-5.6.5-r2.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-libs/dmalloc/dmalloc-5.6.5-r2.ebuild b/dev-libs/dmalloc/dmalloc-5.6.5-r2.ebuild index 26f4fb29229f..6cab3df3bae5 100644 --- a/dev-libs/dmalloc/dmalloc-5.6.5-r2.ebuild +++ b/dev-libs/dmalloc/dmalloc-5.6.5-r2.ebuild @@ -24,6 +24,10 @@ PATCHES=( "${FILESDIR}"/${PN}-5.6.5-fix-cxx-check.patch ) +QA_CONFIG_IMPL_DECL_SKIP=( + GetEnvironmentVariableA +) + src_prepare() { default
