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 E87B5158086 for ; Sat, 25 Dec 2021 10:11:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14B5D2BC001; Sat, 25 Dec 2021 10:11:33 +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 196E12BC001 for ; Sat, 25 Dec 2021 10:11:28 +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 0A1B33431F2 for ; Sat, 25 Dec 2021 10:11:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 698FD23E for ; Sat, 25 Dec 2021 10:11:23 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1640427065.a83fd4c5aa2420be4f70fcd7cbb0d4dec2308e2f.gyakovlev@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.1.ebuild dev-java/java-config/java-config-9999.ebuild X-VCS-Directories: dev-java/java-config/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: a83fd4c5aa2420be4f70fcd7cbb0d4dec2308e2f X-VCS-Branch: master Date: Sat, 25 Dec 2021 10:11:23 +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: 09589e40-99ac-4d75-b69b-952dbc6afdca X-Archives-Hash: 35e5311470032eef54e4f91418564979 commit: a83fd4c5aa2420be4f70fcd7cbb0d4dec2308e2f Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Dec 25 10:11:05 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Dec 25 10:11:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83fd4c5 dev-java/java-config: enable py3.10 Signed-off-by: Georgy Yakovlev gentoo.org> dev-java/java-config/java-config-2.3.1.ebuild | 2 +- dev-java/java-config/java-config-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/java-config/java-config-2.3.1.ebuild b/dev-java/java-config/java-config-2.3.1.ebuild index 69ba112dacfd..45feed60cc35 100644 --- a/dev-java/java-config/java-config-2.3.1.ebuild +++ b/dev-java/java-config/java-config-2.3.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 # jython depends on java-config, so don't add it or things will break -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 diff --git a/dev-java/java-config/java-config-9999.ebuild b/dev-java/java-config/java-config-9999.ebuild index b0bfd8b90715..00d8aaa41b61 100644 --- a/dev-java/java-config/java-config-9999.ebuild +++ b/dev-java/java-config/java-config-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 # jython depends on java-config, so don't add it or things will break -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1