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 3001F1382C5 for ; Sun, 21 Mar 2021 01:56:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 722BAE087F; Sun, 21 Mar 2021 01:56:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55F51E087F for ; Sun, 21 Mar 2021 01:56:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 645A6335CE4 for ; Sun, 21 Mar 2021 01:56:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02D6346C for ; Sun, 21 Mar 2021 01:56:31 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1616291770.41d153c5e525222f23776841e6a86987b87bb7bc.mattst88@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: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 41d153c5e525222f23776841e6a86987b87bb7bc X-VCS-Branch: master Date: Sun, 21 Mar 2021 01:56:31 +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: 0464227a-37c3-4515-a6d5-80fc64ec691e X-Archives-Hash: 5cfae56f402323598324209393fc89d1 commit: 41d153c5e525222f23776841e6a86987b87bb7bc Author: Pavel Kulyov gmail com> AuthorDate: Fri Mar 19 15:56:52 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Mar 21 01:56:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d153c5 app-text/gnome-doc-utils: add python3.9 support Closes: https://bugs.gentoo.org/761337 Closes: https://github.com/gentoo/gentoo/pull/20005 Signed-off-by: Pavel Kulyov gmail.com> Signed-off-by: Matt Turner gentoo.org> app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 70bce93bbea..a0119126f7e 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 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit gnome2 multibuild python-r1