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 B487A158086 for ; Sun, 2 Jan 2022 12:04:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDD032BC128; Sun, 2 Jan 2022 12:04:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 513F22BC123 for ; Sun, 2 Jan 2022 12:04:06 +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 C3858342FC9 for ; Sun, 2 Jan 2022 12:04:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E497275 for ; Sun, 2 Jan 2022 12:04:03 +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: <1641125030.ef11d0cd0626daed01e038a975efb5d922741f95.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gnome-doc-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r2.ebuild X-VCS-Directories: app-text/gnome-doc-utils/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: ef11d0cd0626daed01e038a975efb5d922741f95 X-VCS-Branch: master Date: Sun, 2 Jan 2022 12:04: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: 5b797c8e-b357-4b30-a703-2e42ed1aefe7 X-Archives-Hash: d421b8838172a7d3bbc3e3a991f55bdd commit: ef11d0cd0626daed01e038a975efb5d922741f95 Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Jan 2 11:51:31 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Jan 2 12:03:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef11d0cd app-text/gnome-doc-utils: enable py3.10 Testsuite passed Signed-off-by: Georgy Yakovlev gentoo.org> app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r2.ebuild b/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r2.ebuild index 4a2508c9489f..a7233894758e 100644 --- a/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r2.ebuild +++ b/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit gnome2 multibuild python-r1