From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0621158042 for ; Sat, 16 Nov 2024 18:21:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 293A0E082F; Sat, 16 Nov 2024 18:21:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EB41E082F for ; Sat, 16 Nov 2024 18:21:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14821342FA1 for ; Sat, 16 Nov 2024 18:21:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8125AE7 for ; Sat, 16 Nov 2024 18:21:26 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1731781253.d044abb86586f74fa6a3c5335c1c1afd1865883c.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/dmalloc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/dmalloc/dmalloc-5.6.5-r2.ebuild X-VCS-Directories: dev-libs/dmalloc/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: d044abb86586f74fa6a3c5335c1c1afd1865883c X-VCS-Branch: master Date: Sat, 16 Nov 2024 18:21:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 49b616e2-0e07-48e0-807f-beddf2cb1799 X-Archives-Hash: 01be4c8eb95ae8ea2ae311251fe4146f commit: d044abb86586f74fa6a3c5335c1c1afd1865883c Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Nov 16 17:25:52 2024 +0000 Commit: Andreas K. Hüttel gentoo 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 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