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 6F347138359 for ; Thu, 1 Oct 2020 15:29:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F660E08E8; Thu, 1 Oct 2020 15:29:30 +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 84168E08E8 for ; Thu, 1 Oct 2020 15:29:30 +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 5077033BF24 for ; Thu, 1 Oct 2020 15:29:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0485F376 for ; Thu, 1 Oct 2020 15:29:28 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1601566127.a92a0df30340935af954944454837972f0216523.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/freedoom-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/freedoom-data/freedoom-data-0.12.1.ebuild X-VCS-Directories: games-fps/freedoom-data/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: a92a0df30340935af954944454837972f0216523 X-VCS-Branch: master Date: Thu, 1 Oct 2020 15:29:28 +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: 5e59dfa7-1723-4116-a2ba-772a5e045cce X-Archives-Hash: 4a3f926745e71c0086ec1492741c4ba0 commit: a92a0df30340935af954944454837972f0216523 Author: William Breathitt Gray gmail com> AuthorDate: Thu Oct 1 13:09:18 2020 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Oct 1 15:28:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a92a0df3 games-fps/freedoom-data: Add PYTHON_COMPAT=python3_8 Closes: https://bugs.gentoo.org/745738 Signed-off-by: William Breathitt Gray gmail.com> Signed-off-by: James Le Cuirot gentoo.org> games-fps/freedoom-data/freedoom-data-0.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-fps/freedoom-data/freedoom-data-0.12.1.ebuild b/games-fps/freedoom-data/freedoom-data-0.12.1.ebuild index 2fc22d4f026..5acd29448c9 100644 --- a/games-fps/freedoom-data/freedoom-data-0.12.1.ebuild +++ b/games-fps/freedoom-data/freedoom-data-0.12.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit prefix python-any-r1 xdg