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 7E8F71382C5 for ; Sun, 10 Jan 2021 02:18:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 783E2E07FE; Sun, 10 Jan 2021 02:18:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 636B9E07FE for ; Sun, 10 Jan 2021 02:18:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0D3CD341000 for ; Sun, 10 Jan 2021 02:18:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74DEA49B for ; Sun, 10 Jan 2021 02:18:03 +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: <1610245062.cc3e7f37d94ad5b81e11d12f17039cfcbb5c6131.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dogtail/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/dogtail/dogtail-0.9.11.ebuild X-VCS-Directories: dev-util/dogtail/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: cc3e7f37d94ad5b81e11d12f17039cfcbb5c6131 X-VCS-Branch: master Date: Sun, 10 Jan 2021 02:18: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: 71a9f882-c719-46ba-86ae-35531593d1d0 X-Archives-Hash: 816ceaa428a7bce0fde8607e95cdf60d commit: cc3e7f37d94ad5b81e11d12f17039cfcbb5c6131 Author: Matt Turner gentoo org> AuthorDate: Sun Jan 10 02:06:20 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jan 10 02:17:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3e7f37 dev-util/dogtail: Add Python 3.9 compat Signed-off-by: Matt Turner gentoo.org> dev-util/dogtail/dogtail-0.9.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/dogtail/dogtail-0.9.11.ebuild b/dev-util/dogtail/dogtail-0.9.11.ebuild index b04c186e096..92385cd57a5 100644 --- a/dev-util/dogtail/dogtail-0.9.11.ebuild +++ b/dev-util/dogtail/dogtail-0.9.11.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_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 gnome2-utils xdg