summaryrefslogtreecommitdiff
path: root/app-office/libreoffice
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2015-09-19 18:37:26 +0200
committerAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2015-09-19 18:37:26 +0200
commitaf8214da6d8f0a97db8917803ed85aaec70120df (patch)
tree6d1017fff8fce08b66e65858640deaf87eec9276 /app-office/libreoffice
parentfcc2f61ca9988430b3185c5ad1f286d31e36706c (diff)
downloadgentoo-af8214da6d8f0a97db8917803ed85aaec70120df.tar.gz
gentoo-af8214da6d8f0a97db8917803ed85aaec70120df.tar.xz
app-office/libreoffice: Old config flags dropped upstream; fix DEPEND
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-office/libreoffice')
-rw-r--r--app-office/libreoffice/libreoffice-9999.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild
index 9588001d1d7..f5894cc879f 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") \