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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 34015158088 for ; Fri, 22 Oct 2021 17:21:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BA15E08BF; Fri, 22 Oct 2021 17:21:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9050AE0896 for ; Fri, 22 Oct 2021 17:21:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 644C0343370 for ; Fri, 22 Oct 2021 17:21:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89A92DC for ; Fri, 22 Oct 2021 17:21:10 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1634923244.320210ec35080a7e97ceb4df5aabbe13233ad1bc.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ydiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ydiff/ydiff-1.2.ebuild X-VCS-Directories: dev-util/ydiff/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 320210ec35080a7e97ceb4df5aabbe13233ad1bc X-VCS-Branch: master Date: Fri, 22 Oct 2021 17:21:10 +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: bc523eaa-23ae-40c2-9ef2-bd6dcd9b0d33 X-Archives-Hash: 9ff4516be08f55698f8a64d1394a84e8 commit: 320210ec35080a7e97ceb4df5aabbe13233ad1bc Author: Arthur Zamarin gentoo org> AuthorDate: Fri Oct 22 16:37:15 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Oct 22 17:20:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=320210ec dev-util/ydiff: enable py3.10 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/ydiff/ydiff-1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/ydiff/ydiff-1.2.ebuild b/dev-util/ydiff/ydiff-1.2.ebuild index 6e526b75dcf..0e95f856c76 100644 --- a/dev-util/ydiff/ydiff-1.2.ebuild +++ b/dev-util/ydiff/ydiff-1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1