commit: dc12868d9ad81baa90a2bc1612e7b273e49de29f
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 18:26:35 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 18:29:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc12868d
gnome-extra/evolution-data-server: Remove unused config option
libgweather:4 is always required.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
gnome-extra/evolution-data-server/evolution-data-server-3.46.0.ebuild | 1 -
1 file changed, 1 deletion(-)
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
index b8c62520d4d8..b68a4f11c621 100644
--- 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
@@ -111,7 +111,6 @@ src_configure() {
# ENABLE_BACKTRACES requires libdwarf ?
-DENABLE_IPV6=ON
-DENABLE_WEATHER=$(usex weather)
- -DWITH_GWEATHER4=ON
-DENABLE_LARGEFILE=ON
-DENABLE_VALA_BINDINGS=$(usex vala)
# Explicitly turn gtk4 off because gtk4webkit is not available
yet