commit: a0d230f8213c4a0a21661a315e637d80a3718e3d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 20 14:51:34 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 20 14:51:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d230f8
dev-libs/gjs: drop upstream reverted patch (fix build with meson 0.61) The issue was really in Meson which has since been fixed. Closes: https://bugs.gentoo.org/831580 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/gjs/gjs-1.70.0.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-libs/gjs/gjs-1.70.0.ebuild b/dev-libs/gjs/gjs-1.70.0.ebuild index 6560dd57d686..1322c5b817b2 100644 --- a/dev-libs/gjs/gjs-1.70.0.ebuild +++ b/dev-libs/gjs/gjs-1.70.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,10 +31,6 @@ BDEPEND=" virtual/pkgconfig " -PATCHES=( - "${FILESDIR}/gjs-1.70.0-meson-0.60.2.patch" -) - src_configure() { append-cppflags -DG_DISABLE_CAST_CHECKS
