Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gjs/
Date: Thu, 20 Jan 2022 14:52:14
Message-Id: 1642690315.a0d230f8213c4a0a21661a315e637d80a3718e3d.sam@gentoo
1 commit: a0d230f8213c4a0a21661a315e637d80a3718e3d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 14:51:34 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 14:51:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d230f8
7
8 dev-libs/gjs: drop upstream reverted patch (fix build with meson 0.61)
9
10 The issue was really in Meson which has since been fixed.
11
12 Closes: https://bugs.gentoo.org/831580
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-libs/gjs/gjs-1.70.0.ebuild | 6 +-----
16 1 file changed, 1 insertion(+), 5 deletions(-)
17
18 diff --git a/dev-libs/gjs/gjs-1.70.0.ebuild b/dev-libs/gjs/gjs-1.70.0.ebuild
19 index 6560dd57d686..1322c5b817b2 100644
20 --- a/dev-libs/gjs/gjs-1.70.0.ebuild
21 +++ b/dev-libs/gjs/gjs-1.70.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -31,10 +31,6 @@ BDEPEND="
29 virtual/pkgconfig
30 "
31
32 -PATCHES=(
33 - "${FILESDIR}/gjs-1.70.0-meson-0.60.2.patch"
34 -)
35 -
36 src_configure() {
37 append-cppflags -DG_DISABLE_CAST_CHECKS