From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8C2A1382DE for ; Sat, 2 Jul 2016 21:16:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C2AE1418A; Sat, 2 Jul 2016 21:16:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17DB414088 for ; Sat, 2 Jul 2016 21:16:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3E5A340DCF for ; Sat, 2 Jul 2016 21:16:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A20D52440 for ; Sat, 2 Jul 2016 21:16:02 +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: <1467494152.4e14521c09a396a9af32d303fc9fe342fb82eb74.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-5.2.9999.ebuild 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: 4e14521c09a396a9af32d303fc9fe342fb82eb74 X-VCS-Branch: master Date: Sat, 2 Jul 2016 21:16:02 +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: 5a78ebff-77ef-45b7-b982-eb53522af1ec X-Archives-Hash: dc371842eb273a74f44eed8db4e8cfa0 commit: 4e14521c09a396a9af32d303fc9fe342fb82eb74 Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Jun 12 19:00:24 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Jul 2 21:15:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e14521c app-office/libreoffice: Old crashdump option removed in master Package-Manager: portage-2.2.28 app-office/libreoffice/libreoffice-5.2.9999.ebuild | 8 ++++---- app-office/libreoffice/libreoffice-9999.ebuild | 11 ++++++----- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/app-office/libreoffice/libreoffice-5.2.9999.ebuild b/app-office/libreoffice/libreoffice-5.2.9999.ebuild index 9b090c0..09797cc 100644 --- a/app-office/libreoffice/libreoffice-5.2.9999.ebuild +++ b/app-office/libreoffice/libreoffice-5.2.9999.ebuild @@ -406,10 +406,10 @@ src_configure() { # not linked or anything else, worthless to depend on econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}/" \ + --with-system-dicts \ --with-system-headers \ - --with-system-libs \ --with-system-jars \ - --with-system-dicts \ + --with-system-libs \ --enable-cairo-canvas \ --enable-graphite \ --enable-largefile \ @@ -418,15 +418,15 @@ src_configure() { --enable-python=system \ --enable-randr \ --enable-release-build \ - --disable-hardlink-deliver \ --disable-ccache \ --disable-crashdump \ --disable-dependency-tracking \ --disable-epm \ --disable-fetch-external \ --disable-gstreamer-0-10 \ - --disable-report-builder \ + --disable-hardlink-deliver \ --disable-online-update \ + --disable-report-builder \ --disable-systray \ --with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \ --with-build-version="Gentoo official package" \ diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 9b090c0..a1000be 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -392,6 +392,7 @@ src_configure() { fi # system headers/libs/...: enforce using system packages + # --disable-breakpad: requires not-yet-in-tree dev-utils/breakpad # --enable-cairo: ensure that cairo is always required # --enable-graphite: disabling causes build breakages # --enable-*-link: link to the library rather than just dlopen on runtime @@ -406,10 +407,10 @@ src_configure() { # not linked or anything else, worthless to depend on econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}/" \ + --with-system-dicts \ --with-system-headers \ - --with-system-libs \ --with-system-jars \ - --with-system-dicts \ + --with-system-libs \ --enable-cairo-canvas \ --enable-graphite \ --enable-largefile \ @@ -418,15 +419,15 @@ src_configure() { --enable-python=system \ --enable-randr \ --enable-release-build \ - --disable-hardlink-deliver \ + --disable-breakpad \ --disable-ccache \ - --disable-crashdump \ --disable-dependency-tracking \ --disable-epm \ --disable-fetch-external \ --disable-gstreamer-0-10 \ - --disable-report-builder \ + --disable-hardlink-deliver \ --disable-online-update \ + --disable-report-builder \ --disable-systray \ --with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \ --with-build-version="Gentoo official package" \