commit: 3aac1a1e88db943c4eb9223c08c1288d9a37e309 Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com> AuthorDate: Fri Jan 24 14:06:03 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <jy6x2b32pie9 <AT> yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40289 Signed-off-by: Sam James <sam <AT> 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
