Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/
Date: Sat, 26 Nov 2022 17:19:45
Message-Id: 1669483174.7be1326551caf880309df9a11d40a3ad00bfce6e.mattst88@gentoo
1 commit: 7be1326551caf880309df9a11d40a3ad00bfce6e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 26 16:30:16 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 26 17:19:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be13265
7
8 dev-libs/glib: Don't apply unneeded patch
9
10 This patch is included in 2.74.1.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 dev-libs/glib/glib-2.74.1-r1.ebuild | 1 -
15 dev-libs/glib/glib-2.74.1.ebuild | 4 ----
16 dev-libs/glib/glib-2.74.2.ebuild | 4 ----
17 3 files changed, 9 deletions(-)
18
19 diff --git a/dev-libs/glib/glib-2.74.1-r1.ebuild b/dev-libs/glib/glib-2.74.1-r1.ebuild
20 index 6dfbffbc4f27..cf1afe7d1d51 100644
21 --- a/dev-libs/glib/glib-2.74.1-r1.ebuild
22 +++ b/dev-libs/glib/glib-2.74.1-r1.ebuild
23 @@ -68,7 +68,6 @@ MULTILIB_CHOST_TOOLS=(
24 )
25
26 PATCHES=(
27 - "${FILESDIR}"/${PN}-2.74.0-crash-gparamspec.patch
28 "${FILESDIR}"/${P}-gnome-keyring-cpu.patch
29 )
30
31
32 diff --git a/dev-libs/glib/glib-2.74.1.ebuild b/dev-libs/glib/glib-2.74.1.ebuild
33 index de789c752115..c4d2906460ab 100644
34 --- a/dev-libs/glib/glib-2.74.1.ebuild
35 +++ b/dev-libs/glib/glib-2.74.1.ebuild
36 @@ -67,10 +67,6 @@ MULTILIB_CHOST_TOOLS=(
37 /usr/bin/gio-querymodules$(get_exeext)
38 )
39
40 -PATCHES=(
41 - "${FILESDIR}"/${PN}-2.74.0-crash-gparamspec.patch
42 -)
43 -
44 pkg_setup() {
45 if use kernel_linux ; then
46 CONFIG_CHECK="~INOTIFY_USER"
47
48 diff --git a/dev-libs/glib/glib-2.74.2.ebuild b/dev-libs/glib/glib-2.74.2.ebuild
49 index de789c752115..c4d2906460ab 100644
50 --- a/dev-libs/glib/glib-2.74.2.ebuild
51 +++ b/dev-libs/glib/glib-2.74.2.ebuild
52 @@ -67,10 +67,6 @@ MULTILIB_CHOST_TOOLS=(
53 /usr/bin/gio-querymodules$(get_exeext)
54 )
55
56 -PATCHES=(
57 - "${FILESDIR}"/${PN}-2.74.0-crash-gparamspec.patch
58 -)
59 -
60 pkg_setup() {
61 if use kernel_linux ; then
62 CONFIG_CHECK="~INOTIFY_USER"