diff options
author | 2022-01-20 14:51:34 +0000 | |
---|---|---|
committer | 2022-01-20 14:51:55 +0000 | |
commit | a0d230f8213c4a0a21661a315e637d80a3718e3d (patch) | |
tree | 6653469dbb1859ca6c5f43ca9c3d66e7cba66ae3 /dev-libs | |
parent | dev-python/pythran: Stabilize 0.11.0 x86, #831543 (diff) | |
download | gentoo-a0d230f8213c4a0a21661a315e637d80a3718e3d.tar.gz gentoo-a0d230f8213c4a0a21661a315e637d80a3718e3d.tar.bz2 gentoo-a0d230f8213c4a0a21661a315e637d80a3718e3d.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>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/gjs/gjs-1.70.0.ebuild | 6 |
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 |