From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 178D11582EF for ; Mon, 10 Feb 2025 09:01:43 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id F31D134312E for ; Mon, 10 Feb 2025 09:01:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 784E0110471; Mon, 10 Feb 2025 09:01:36 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 708AE110471 for ; Mon, 10 Feb 2025 09:01:36 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1AE013430A6 for ; Mon, 10 Feb 2025 09:01:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AE132381 for ; Mon, 10 Feb 2025 09:01:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1739177958.3aac1a1e88db943c4eb9223c08c1288d9a37e309.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mplayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mplayer/mplayer-1.5_p20241125.ebuild X-VCS-Directories: media-video/mplayer/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3aac1a1e88db943c4eb9223c08c1288d9a37e309 X-VCS-Branch: master Date: Mon, 10 Feb 2025 09:01:34 +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: ed66ca0c-aa38-4488-b6c8-fa3be5bcaeec X-Archives-Hash: b89945471afd4168ee2fd9f8feb31bcd commit: 3aac1a1e88db943c4eb9223c08c1288d9a37e309 Author: NHOrus yahoo com> AuthorDate: Fri Jan 24 14:06:03 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 10 08:59:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aac1a1e media-video/mplayer-1.5_p20241125: Skip QA warning for Windows function _aligned_malloc is Windows-only, implicit declaration is expected Bug: https://bugs.gentoo.org/944945 Signed-off-by: NHOrus yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40289 Signed-off-by: Sam James gentoo.org> media-video/mplayer/mplayer-1.5_p20241125.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/media-video/mplayer/mplayer-1.5_p20241125.ebuild b/media-video/mplayer/mplayer-1.5_p20241125.ebuild index d42badf262b4..cdb3edf883ac 100644 --- a/media-video/mplayer/mplayer-1.5_p20241125.ebuild +++ b/media-video/mplayer/mplayer-1.5_p20241125.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 @@ -199,6 +199,10 @@ PATCHES=( "${FILESDIR}"/${PN}-1.5_p20241125-c99.patch ) +QA_CONFIG_IMPL_DECL_SKIP=( + _aligned_malloc +) + pkg_setup() { if [[ ${PV} == *9999* ]]; then elog