app-office/libreoffice: Old config flags dropped upstream; fix DEPEND
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>
Sat, 19 Sep 2015 16:37:26 +0000 (18:37 +0200)
committerAndreas Sturmlechner <andreas.sturmlechner@gmail.com>
Sat, 19 Sep 2015 16:37:26 +0000 (18:37 +0200)
Package-Manager: portage-2.2.20.1

app-office/libreoffice/libreoffice-9999.ebuild

index 9588001d1d783f4d25178356a35ff6f7a44bc4c8..f5894cc879fae00b196e24f308a86ca5445af754 100644 (file)
@@ -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") \