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 581C21382C5 for ; Sun, 23 May 2021 14:09:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76400E07FE; Sun, 23 May 2021 14:09:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5BEF0E07FE for ; Sun, 23 May 2021 14:09: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 0D367340C44 for ; Sun, 23 May 2021 14:09:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74B5F753 for ; Sun, 23 May 2021 14:09:30 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1621778968.d41f500e21a8366e542815234282b258dbad3a90.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/angrydd/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild X-VCS-Directories: games-puzzle/angrydd/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: d41f500e21a8366e542815234282b258dbad3a90 X-VCS-Branch: master Date: Sun, 23 May 2021 14:09:30 +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: 3e3682e2-6c07-4070-8a1c-ffdcc63faa55 X-Archives-Hash: a0076afcc3bab230358138f4bcbe2862 commit: d41f500e21a8366e542815234282b258dbad3a90 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun May 23 14:07:13 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun May 23 14:09:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41f500e games-puzzle/angrydd: allow python-3.9 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich gentoo.org> games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild b/games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild index 4460627d59f..e4bdd9f36a8 100644 --- a/games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild +++ b/games-puzzle/angrydd/angrydd-1.0.1_p13-r1.ebuild @@ -1,8 +1,8 @@ -# 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_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit desktop python-single-r1