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 (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C404C15808B for ; Sun, 18 Feb 2024 23:55:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15BE6E2BBC; Sun, 18 Feb 2024 23:55:02 +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 E373AE2BBC for ; Sun, 18 Feb 2024 23:55:01 +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 B3692343106 for ; Sun, 18 Feb 2024 23:55:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AAF71301 for ; Sun, 18 Feb 2024 23:54:58 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1708300460.e4569ff3821f4293e4d90831d9f7dff4ba7c2fe4.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/php/php-8.1.27-r1.ebuild X-VCS-Directories: dev-lang/php/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: e4569ff3821f4293e4d90831d9f7dff4ba7c2fe4 X-VCS-Branch: master Date: Sun, 18 Feb 2024 23:54:58 +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: 16134966-14c0-4f32-9591-f74028ad0a46 X-Archives-Hash: 098a386f2f09cea138119877dc8f5ff2 commit: e4569ff3821f4293e4d90831d9f7dff4ba7c2fe4 Author: Michael Orlitzky gentoo org> AuthorDate: Sun Feb 18 22:55:17 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Feb 18 23:54:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4569ff3 dev-lang/php: whitelist some implicit function declarations for php-8.1.x Bug: https://bugs.gentoo.org/923335 Signed-off-by: Michael Orlitzky gentoo.org> dev-lang/php/php-8.1.27-r1.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev-lang/php/php-8.1.27-r1.ebuild b/dev-lang/php/php-8.1.27-r1.ebuild index 3e3a44b7b8b2..ee3853ec5893 100644 --- a/dev-lang/php/php-8.1.27-r1.ebuild +++ b/dev-lang/php/php-8.1.27-r1.ebuild @@ -151,6 +151,13 @@ PATCHES=( "${FILESDIR}/php-8.1.27-gcc14-libxml.patch" ) +# ARM/Windows functions that are expected to be undefined. +QA_CONFIG_IMPL_DECL_SKIP=( + __crc32d + _controlfp + _controlfp_s +) + php_install_ini() { local phpsapi="${1}"