From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1670119-garchives=archives.gentoo.org@lists.gentoo.org> 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 C40DF158083 for <garchives@archives.gentoo.org>; Thu, 12 Sep 2024 22:04:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BD84E29A6; Thu, 12 Sep 2024 22:04:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC4FCE29A6 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Sep 2024 22:04:36 +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 421F233FECD for <gentoo-commits@lists.gentoo.org>; Thu, 12 Sep 2024 22:04:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95A9414D0 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Sep 2024 22:04:34 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1726178638.29e0ebd1e92cda254d73109d8ac50a81b2c5cf44.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice-bin/libreoffice-bin-7.6.7.2.ebuild X-VCS-Directories: app-office/libreoffice-bin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 29e0ebd1e92cda254d73109d8ac50a81b2c5cf44 X-VCS-Branch: master Date: Thu, 12 Sep 2024 22:04:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f9382eca-f997-4001-bd90-4aed76f47c07 X-Archives-Hash: 075d95113f338cee9ddc98430c89b6fe commit: 29e0ebd1e92cda254d73109d8ac50a81b2c5cf44 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 12 22:03:58 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Sep 12 22:03:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e0ebd1 app-office/libreoffice-bin: enable py3.12 and disable py3.11 The binary is built against py3.12. Closes: https://bugs.gentoo.org/938895 Signed-off-by: Sam James <sam <AT> gentoo.org> app-office/libreoffice-bin/libreoffice-bin-7.6.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/libreoffice-bin/libreoffice-bin-7.6.7.2.ebuild b/app-office/libreoffice-bin/libreoffice-bin-7.6.7.2.ebuild index 1a3d388f5743..0fb57c92add9 100644 --- a/app-office/libreoffice-bin/libreoffice-bin-7.6.7.2.ebuild +++ b/app-office/libreoffice-bin/libreoffice-bin-7.6.7.2.ebuild @@ -7,7 +7,7 @@ BASE_PACKAGENAME="bin" BASE_AMD64_URI="https://tamiko.43-1.org/distfiles/amd64-${BASE_PACKAGENAME}-" BASE_X86_URI="https://tamiko.43-1.org/distfiles/x86-${BASE_PACKAGENAME}-" -PYTHON_COMPAT=( python3_11 ) +PYTHON_COMPAT=( python3_12 ) PYTHON_REQ_USE="xml(+)" inherit java-pkg-opt-2 python-single-r1 prefix toolchain-funcs xdg-utils