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 71D2B158020 for ; Sun, 20 Nov 2022 04:52:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD3ABE082B; Sun, 20 Nov 2022 04:52: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 8F6C9E082B for ; Sun, 20 Nov 2022 04:52:42 +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 7DB22341266 for ; Sun, 20 Nov 2022 04:52:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9CF575 for ; Sun, 20 Nov 2022 04:52: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: <1668919948.a963bbeb3cc264631096f43f6f6120a02d069f98.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xmldiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xmldiff/xmldiff-2.4.ebuild X-VCS-Directories: app-text/xmldiff/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a963bbeb3cc264631096f43f6f6120a02d069f98 X-VCS-Branch: master Date: Sun, 20 Nov 2022 04:52: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: 487611f4-8076-4f71-848e-ecf2b975431f X-Archives-Hash: 77c39c78b1e6d1dc1da0aa80cd5b4cc6 commit: a963bbeb3cc264631096f43f6f6120a02d069f98 Author: Sam James gentoo org> AuthorDate: Sun Nov 20 04:52:28 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 20 04:52:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a963bbeb app-text/xmldiff: enable py3.11 Signed-off-by: Sam James gentoo.org> app-text/xmldiff/xmldiff-2.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/xmldiff/xmldiff-2.4.ebuild b/app-text/xmldiff/xmldiff-2.4.ebuild index 16acc93ca983..59c4a771bcfb 100644 --- a/app-text/xmldiff/xmldiff-2.4.ebuild +++ b/app-text/xmldiff/xmldiff-2.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1