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 D01A215807A for ; Tue, 8 Oct 2024 06:28:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15E8DE29C3; Tue, 8 Oct 2024 06:28:32 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EEBD6E29C3 for ; Tue, 8 Oct 2024 06:28:31 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1296D342FB5 for ; Tue, 8 Oct 2024 06:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B1E81293 for ; Tue, 8 Oct 2024 06:28:29 +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: <1728368886.371a588a07287cc918190b3fa09c9d16b1ad668f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/java-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/java-config/java-config-2.3.4.ebuild dev-java/java-config/java-config-9999.ebuild X-VCS-Directories: dev-java/java-config/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 371a588a07287cc918190b3fa09c9d16b1ad668f X-VCS-Branch: master Date: Tue, 8 Oct 2024 06:28:29 +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: 62c6c616-e570-4682-b33f-b6fa371568cf X-Archives-Hash: 3cd7b5add66d4eebd5e3f79b9a3e3766 commit: 371a588a07287cc918190b3fa09c9d16b1ad668f Author: Sam James gentoo org> AuthorDate: Tue Oct 8 06:28:06 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 8 06:28:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371a588a dev-java/java-config: enable py3.13 Signed-off-by: Sam James gentoo.org> dev-java/java-config/java-config-2.3.4.ebuild | 2 +- dev-java/java-config/java-config-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-java/java-config/java-config-2.3.4.ebuild b/dev-java/java-config/java-config-2.3.4.ebuild index 5e3221048e7a..42aee8aa4ad6 100644 --- a/dev-java/java-config/java-config-2.3.4.ebuild +++ b/dev-java/java-config/java-config-2.3.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-r1 diff --git a/dev-java/java-config/java-config-9999.ebuild b/dev-java/java-config/java-config-9999.ebuild index 1b124ce70a3a..b667c1052848 100644 --- a/dev-java/java-config/java-config-9999.ebuild +++ b/dev-java/java-config/java-config-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-r1