summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-20 14:51:34 +0000
committerSam James <sam@gentoo.org>2022-01-20 14:51:55 +0000
commita0d230f8213c4a0a21661a315e637d80a3718e3d (patch)
tree6653469dbb1859ca6c5f43ca9c3d66e7cba66ae3
parentdev-python/pythran: Stabilize 0.11.0 x86, #831543 (diff)
downloadgentoo-a0d230f8.tar.gz
gentoo-a0d230f8.tar.bz2
gentoo-a0d230f8.zip
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@gentoo.org>
-rw-r--r--dev-libs/gjs/gjs-1.70.0.ebuild6
1 files changed, 1 insertions, 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