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 D936315ACFB for ; Sun, 16 Apr 2023 04:53:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20C19E0929; Sun, 16 Apr 2023 04:53:42 +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 0254BE0929 for ; Sun, 16 Apr 2023 04:53:41 +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 E748133BF3C for ; Sun, 16 Apr 2023 04:53:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F9DEA39 for ; Sun, 16 Apr 2023 04:53:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1681620753.903cdd1bdee4adfba34f63d23aac65c7f910884d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-7.3.7.2.ebuild app-office/libreoffice/libreoffice-7.4.4.2.ebuild app-office/libreoffice/libreoffice-7.4.6.2-r1.ebuild app-office/libreoffice/libreoffice-7.4.9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 903cdd1bdee4adfba34f63d23aac65c7f910884d X-VCS-Branch: master Date: Sun, 16 Apr 2023 04:53:39 +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: 5929e80d-fb75-42e0-be62-b0c85894bde5 X-Archives-Hash: 3c69875c17f65458b400eeb2f7f40341 commit: 903cdd1bdee4adfba34f63d23aac65c7f910884d Author: Sam James gentoo org> AuthorDate: Sun Apr 16 04:52:33 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 16 04:52:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=903cdd1b app-office/libreoffice: gentoo.org> app-office/libreoffice/libreoffice-7.3.7.2.ebuild | 2 ++ app-office/libreoffice/libreoffice-7.4.4.2.ebuild | 2 ++ app-office/libreoffice/libreoffice-7.4.6.2-r1.ebuild | 2 ++ app-office/libreoffice/libreoffice-7.4.9999.ebuild | 2 ++ 4 files changed, 8 insertions(+) diff --git a/app-office/libreoffice/libreoffice-7.3.7.2.ebuild b/app-office/libreoffice/libreoffice-7.3.7.2.ebuild index 4aa0d1b60c29..8ca5f59348da 100644 --- a/app-office/libreoffice/libreoffice-7.3.7.2.ebuild +++ b/app-office/libreoffice/libreoffice-7.3.7.2.ebuild @@ -104,6 +104,7 @@ SLOT="0" [[ ${MY_PV} == *9999* ]] || \ KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 x86 ~amd64-linux" +# xmlsec version cap for bug #904387 COMMON_DEPEND="${PYTHON_DEPS} app-arch/unzip app-arch/zip @@ -144,6 +145,7 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-libs/nss >=dev-libs/redland-1.0.16 >=dev-libs/xmlsec-1.2.28:=[nss] + =games-engines/box2d-2.4.1:0 media-gfx/fontforge media-gfx/graphite2 diff --git a/app-office/libreoffice/libreoffice-7.4.4.2.ebuild b/app-office/libreoffice/libreoffice-7.4.4.2.ebuild index 50134c88661e..a80d34ef3030 100644 --- a/app-office/libreoffice/libreoffice-7.4.4.2.ebuild +++ b/app-office/libreoffice/libreoffice-7.4.4.2.ebuild @@ -103,6 +103,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} RESTRICT="!test? ( test )" +# xmlsec version cap for bug #904387 COMMON_DEPEND="${PYTHON_DEPS} app-arch/unzip app-arch/zip @@ -143,6 +144,7 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-libs/nss >=dev-libs/redland-1.0.16 >=dev-libs/xmlsec-1.2.28:=[nss] + =games-engines/box2d-2.4.1:0 media-gfx/fontforge media-gfx/graphite2 diff --git a/app-office/libreoffice/libreoffice-7.4.6.2-r1.ebuild b/app-office/libreoffice/libreoffice-7.4.6.2-r1.ebuild index e31b755d0767..7219d6b8a49d 100644 --- a/app-office/libreoffice/libreoffice-7.4.6.2-r1.ebuild +++ b/app-office/libreoffice/libreoffice-7.4.6.2-r1.ebuild @@ -103,6 +103,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} RESTRICT="!test? ( test )" +# xmlsec version cap for bug #904387 COMMON_DEPEND="${PYTHON_DEPS} app-arch/unzip app-arch/zip @@ -143,6 +144,7 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-libs/nss >=dev-libs/redland-1.0.16 >=dev-libs/xmlsec-1.2.28:=[nss] + =games-engines/box2d-2.4.1:0 media-gfx/fontforge media-gfx/graphite2 diff --git a/app-office/libreoffice/libreoffice-7.4.9999.ebuild b/app-office/libreoffice/libreoffice-7.4.9999.ebuild index 4ae4724a6fa7..738a0daa6f5e 100644 --- a/app-office/libreoffice/libreoffice-7.4.9999.ebuild +++ b/app-office/libreoffice/libreoffice-7.4.9999.ebuild @@ -103,6 +103,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} RESTRICT="!test? ( test )" +# xmlsec version cap for bug #904387 COMMON_DEPEND="${PYTHON_DEPS} app-arch/unzip app-arch/zip @@ -143,6 +144,7 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-libs/nss >=dev-libs/redland-1.0.16 >=dev-libs/xmlsec-1.2.28:=[nss] + =games-engines/box2d-2.4.1:0 media-gfx/fontforge media-gfx/graphite2