Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/
Date: Fri, 30 Sep 2022 18:29:19
Message-Id: 1664562550.dc12868d9ad81baa90a2bc1612e7b273e49de29f.mattst88@gentoo
1 commit: dc12868d9ad81baa90a2bc1612e7b273e49de29f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 18:26:35 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 18:29:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc12868d
7
8 gnome-extra/evolution-data-server: Remove unused config option
9
10 libgweather:4 is always required.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 gnome-extra/evolution-data-server/evolution-data-server-3.46.0.ebuild | 1 -
15 1 file changed, 1 deletion(-)
16
17 diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.46.0.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.46.0.ebuild
18 index b8c62520d4d8..b68a4f11c621 100644
19 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.46.0.ebuild
20 +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.46.0.ebuild
21 @@ -111,7 +111,6 @@ src_configure() {
22 # ENABLE_BACKTRACES requires libdwarf ?
23 -DENABLE_IPV6=ON
24 -DENABLE_WEATHER=$(usex weather)
25 - -DWITH_GWEATHER4=ON
26 -DENABLE_LARGEFILE=ON
27 -DENABLE_VALA_BINDINGS=$(usex vala)
28 # Explicitly turn gtk4 off because gtk4webkit is not available yet