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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7695115808B for ; Wed, 14 Feb 2024 19:55:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 794E4E2A0E; Wed, 14 Feb 2024 19:55:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BD59E2A0E for ; Wed, 14 Feb 2024 19:55:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 538DC33BF28 for ; Wed, 14 Feb 2024 19:55:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94ECE14C9 for ; Wed, 14 Feb 2024 19:55:19 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1707940504.59a0f9c8a17777fe13cbb5716cd4437d7fdda94d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-24.2.1.1.ebuild app-office/libreoffice/libreoffice-24.2.9999.ebuild app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 59a0f9c8a17777fe13cbb5716cd4437d7fdda94d X-VCS-Branch: master Date: Wed, 14 Feb 2024 19:55:19 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 65fe5915-ceab-47f0-b1d4-18d3750d0583 X-Archives-Hash: d41c8120f8a15d286aabbe1b680f9709 commit: 59a0f9c8a17777fe13cbb5716cd4437d7fdda94d Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 12 19:27:12 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 14 19:55:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a0f9c8 app-office/libreoffice: Use --enable-mergelibs=more We can't split this package anyway, so might as well try it out. Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/libreoffice/libreoffice-24.2.1.1.ebuild | 2 +- app-office/libreoffice/libreoffice-24.2.9999.ebuild | 2 +- app-office/libreoffice/libreoffice-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-office/libreoffice/libreoffice-24.2.1.1.ebuild b/app-office/libreoffice/libreoffice-24.2.1.1.ebuild index 4c68aafe99c5..588451cdcb06 100644 --- a/app-office/libreoffice/libreoffice-24.2.1.1.ebuild +++ b/app-office/libreoffice/libreoffice-24.2.1.1.ebuild @@ -508,7 +508,7 @@ src_configure() { --enable-build-opensymbol --enable-cairo-canvas --enable-largefile - --enable-mergelibs + --enable-mergelibs=more --enable-python=system --enable-randr --enable-release-build diff --git a/app-office/libreoffice/libreoffice-24.2.9999.ebuild b/app-office/libreoffice/libreoffice-24.2.9999.ebuild index 6e84f6de9008..8ba5fc4e88b8 100644 --- a/app-office/libreoffice/libreoffice-24.2.9999.ebuild +++ b/app-office/libreoffice/libreoffice-24.2.9999.ebuild @@ -501,7 +501,7 @@ src_configure() { --enable-build-opensymbol --enable-cairo-canvas --enable-largefile - --enable-mergelibs + --enable-mergelibs=more --enable-python=system --enable-randr --enable-release-build diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 6e84f6de9008..8ba5fc4e88b8 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -501,7 +501,7 @@ src_configure() { --enable-build-opensymbol --enable-cairo-canvas --enable-largefile - --enable-mergelibs + --enable-mergelibs=more --enable-python=system --enable-randr --enable-release-build