From af8214da6d8f0a97db8917803ed85aaec70120df Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 19 Sep 2015 18:37:26 +0200 Subject: [PATCH] app-office/libreoffice: Old config flags dropped upstream; fix DEPEND Package-Manager: portage-2.2.20.1 --- app-office/libreoffice/libreoffice-9999.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 9588001d1d78..f5894cc879fa 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -161,7 +161,8 @@ COMMON_DEPEND=" ) gtk3? ( dev-libs/glib:2 - >=x11-libs/gtk+-3.2:3 + dev-libs/gobject-introspection + >=x11-libs/gtk+-3.8:3 ) gstreamer? ( media-libs/gstreamer:1.0 @@ -437,9 +438,6 @@ src_configure() { # --enable-*-link: link to the library rather than just dlopen on runtime # --enable-release-build: build the libreoffice as release # --disable-fetch-external: prevent dowloading during compile phase - # --disable-gnome-vfs: old gnome virtual fs support - # --disable-kdeab: kde3 adressbook - # --disable-kde: kde3 support # --disable-systray: quickstarter does not actually work at all so do not # promote it # --enable-extension-integration: enable any extension integration support @@ -466,11 +464,8 @@ src_configure() { --disable-dependency-tracking \ --disable-epm \ --disable-fetch-external \ - --disable-gnome-vfs \ --disable-gstreamer-0-10 \ --disable-report-builder \ - --disable-kdeab \ - --disable-kde \ --disable-online-update \ --disable-systray \ --with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \ -- 2.26.2