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 59516158018 for ; Fri, 1 Oct 2021 11:30:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95BEBE08A2; Fri, 1 Oct 2021 11:30:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B86EAE08A2 for ; Fri, 1 Oct 2021 11:30:09 +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 AF70C342ACE for ; Fri, 1 Oct 2021 11:30:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5542F107 for ; Fri, 1 Oct 2021 11:30:03 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1633087786.25f26ad68ab299681bb0837418be589a8d02eb19.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/yelp-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/yelp-tools/yelp-tools-40.0.ebuild X-VCS-Directories: app-text/yelp-tools/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 25f26ad68ab299681bb0837418be589a8d02eb19 X-VCS-Branch: master Date: Fri, 1 Oct 2021 11:30:03 +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: 7358a67a-3b71-4191-8c7b-b8c87ba9d1f4 X-Archives-Hash: b1baec274c502c7f701f0eb00f6fd7de commit: 25f26ad68ab299681bb0837418be589a8d02eb19 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Oct 1 11:29:23 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Oct 1 11:29:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f26ad6 app-text/yelp-tools: Enable py3.10 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> app-text/yelp-tools/yelp-tools-40.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/yelp-tools/yelp-tools-40.0.ebuild b/app-text/yelp-tools/yelp-tools-40.0.ebuild index 6cef89d6318..df5d518f592 100644 --- a/app-text/yelp-tools/yelp-tools-40.0.ebuild +++ b/app-text/yelp-tools/yelp-tools-40.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit gnome2 meson python-single-r1 DESCRIPTION="Collection of tools for building and converting documentation"