diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2023-12-27 01:27:07 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-27 13:31:02 +0000 |
commit | b71a2848f9b83ab69c7da6ed82f3549debdb2d64 (patch) | |
tree | 24d7b184603e0fbd079b09217d5fd3a1c870d559 /dev-util/meson | |
parent | dev-util/meson: solve the python2 test breakage correctly this time (diff) | |
download | gentoo-b71a2848f9b83ab69c7da6ed82f3549debdb2d64.tar.gz gentoo-b71a2848f9b83ab69c7da6ed82f3549debdb2d64.tar.bz2 gentoo-b71a2848f9b83ab69c7da6ed82f3549debdb2d64.zip |
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 <eschwartz93@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34495
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/meson')
-rw-r--r-- | dev-util/meson/meson-1.3.1.ebuild | 3 |
1 files changed, 0 insertions, 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 |