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 4F6751382C5 for ; Sun, 14 Jun 2020 19:53:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EF0AE092B; Sun, 14 Jun 2020 19:53:05 +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 527C1E092B for ; Sun, 14 Jun 2020 19:53:04 +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 7F2CE34F001 for ; Sun, 14 Jun 2020 19:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AD2724C for ; Sun, 14 Jun 2020 19:53:00 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1592164166.a11eb0b964d91b69d43536b9c39d918d9e89d81a.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/legendary/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/legendary/legendary-0.0.19.ebuild X-VCS-Directories: games-util/legendary/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: a11eb0b964d91b69d43536b9c39d918d9e89d81a X-VCS-Branch: dev Date: Sun, 14 Jun 2020 19:53:00 +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: 706267ef-6c44-4ab1-a1fa-addfa37a431e X-Archives-Hash: 0002244e7230010579cda8f5c6891ea5 commit: a11eb0b964d91b69d43536b9c39d918d9e89d81a Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Sun Jun 14 19:45:47 2020 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Sun Jun 14 19:49:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a11eb0b9 games-util/legendary: Add Python 3.9 support. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> games-util/legendary/legendary-0.0.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-util/legendary/legendary-0.0.19.ebuild b/games-util/legendary/legendary-0.0.19.ebuild index 7310e06..86b4856 100644 --- a/games-util/legendary/legendary-0.0.19.ebuild +++ b/games-util/legendary/legendary-0.0.19.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_8 python3_9 ) inherit distutils-r1