From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 499001387B1 for ; Sun, 20 Sep 2015 20:58:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF40421C00E; Sun, 20 Sep 2015 20:58:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7562221C00E for ; Sun, 20 Sep 2015 20:58:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF02B340504 for ; Sun, 20 Sep 2015 20:58:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ACF418C for ; Sun, 20 Sep 2015 20:58:40 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1442680646.af8214da6d8f0a97db8917803ed85aaec70120df.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: af8214da6d8f0a97db8917803ed85aaec70120df X-VCS-Branch: master Date: Sun, 20 Sep 2015 20:58:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 23bb9262-3e28-4056-abec-e1687d0bab55 X-Archives-Hash: c321ca56de3f9261cd615a56ebec78dd commit: af8214da6d8f0a97db8917803ed85aaec70120df Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Sep 19 16:37:26 2015 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Sep 19 16:37:26 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8214da 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 9588001..f5894cc 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") \