From d39fec05a2fac9978cd77634744637509744b561 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 18 Jan 2023 23:57:59 +0000 Subject: gentoo auto-resync : 18:01:2023 - 23:57:58 --- app-office/planner/planner-9999.ebuild | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) (limited to 'app-office/planner/planner-9999.ebuild') diff --git a/app-office/planner/planner-9999.ebuild b/app-office/planner/planner-9999.ebuild index 6643bdc69e13..291f2d01973f 100644 --- a/app-office/planner/planner-9999.ebuild +++ b/app-office/planner/planner-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ fi SLOT="0" LICENSE="GPL-2+" -IUSE="examples gtk-doc libgda" # eds +IUSE="examples libgda" RDEPEND=" >=dev-libs/glib-2.56:2 @@ -26,17 +26,9 @@ RDEPEND=" >=dev-libs/libxslt-1.1.23 libgda? ( >=gnome-extra/libgda-1.0:5 ) " - # eds support is broken for now - # eds? ( - # >=gnome-extra/evolution-data-server-3.6:= - # ) DEPEND="${RDEPEND}" BDEPEND=" - gtk-doc? ( - dev-util/gtk-doc - app-text/docbook-xml-dtd:4.1.2 - ) virtual/pkgconfig sys-devel/gettext " @@ -44,11 +36,10 @@ BDEPEND=" src_configure() { local emesonargs=( $(meson_feature libgda database-gda) - # $(meson_feature eds) - -Deds=disabled # upstream says it's broken + -Deds=disabled # Doesn't provide much value, not very tested $(meson_use examples) - $(meson_use gtk-doc gtk_doc) - -Dsimple-priority-scheduling=false # upstream says it's experimental + -Dgtk_doc=false # Only for a private library + -Dsimple-priority-scheduling=false # experimental ) meson_src_configure } -- cgit v1.2.3