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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74465158015 for ; Wed, 27 Dec 2023 13:32:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 644242BC037; Wed, 27 Dec 2023 13:32:04 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 439892BC037 for ; Wed, 27 Dec 2023 13:32:04 +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 59B34340C42 for ; Wed, 27 Dec 2023 13:32:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C87C614B4 for ; Wed, 27 Dec 2023 13:32:01 +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: <1703683862.b71a2848f9b83ab69c7da6ed82f3549debdb2d64.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/meson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/meson/meson-1.3.1.ebuild X-VCS-Directories: dev-util/meson/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b71a2848f9b83ab69c7da6ed82f3549debdb2d64 X-VCS-Branch: master Date: Wed, 27 Dec 2023 13:32:01 +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: f5d5b7b8-01e3-4b8d-8c1f-845060b6f16d X-Archives-Hash: a24c2920894109ad7a7186509c720793 commit: b71a2848f9b83ab69c7da6ed82f3549debdb2d64 Author: Eli Schwartz gmail com> AuthorDate: Wed Dec 27 06:27:07 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 27 13:31:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71a2848 dev-util/meson: remove outdated deselect of test relying on gcc[objc] Workaround added in commit c8e5844221a71d1faddee13f2f7921010f786346. This was upstream https://github.com/mesonbuild/meson/issues/7203 and was solved as part of https://github.com/mesonbuild/meson/pull/7982. Signed-off-by: Eli Schwartz gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34495 Signed-off-by: Sam James gentoo.org> dev-util/meson/meson-1.3.1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-util/meson/meson-1.3.1.ebuild b/dev-util/meson/meson-1.3.1.ebuild index 4abc34926a12..0ae70d840991 100644 --- a/dev-util/meson/meson-1.3.1.ebuild +++ b/dev-util/meson/meson-1.3.1.ebuild @@ -71,9 +71,6 @@ python_prepare_all() { # ASAN is unsupported on some targets # https://bugs.gentoo.org/692822 -e 's/test_pch_with_address_sanitizer/_&/' - - # https://github.com/mesonbuild/meson/issues/7203 - -e 's/test_templates/_&/' ) sed -i "${disable_unittests[@]}" unittests/*.py || die