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 7F8C11382C5 for ; Tue, 12 Jan 2021 15:22:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C9B1E09A2; Tue, 12 Jan 2021 15:22:12 +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 70BA8E09A2 for ; Tue, 12 Jan 2021 15:22:12 +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 1E741340E57 for ; Tue, 12 Jan 2021 15:22:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CDFB46B for ; Tue, 12 Jan 2021 15:22:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610464925.50f81b09ffb2ebc1b94ceedc763e77ad598b4426.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/doomsday/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/doomsday/doomsday-2.1.1-r1.ebuild X-VCS-Directories: games-fps/doomsday/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 50f81b09ffb2ebc1b94ceedc763e77ad598b4426 X-VCS-Branch: master Date: Tue, 12 Jan 2021 15:22:09 +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: b2e9918d-125b-4bc2-ba7a-5ebb372e1521 X-Archives-Hash: 22bdfc575aabcbefcd0de61ac6263474 commit: 50f81b09ffb2ebc1b94ceedc763e77ad598b4426 Author: Sam James gentoo org> AuthorDate: Tue Jan 12 13:54:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 12 15:22:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f81b09 games-fps/doomsday: add Python 3.8, 3.9 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> games-fps/doomsday/doomsday-2.1.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-fps/doomsday/doomsday-2.1.1-r1.ebuild b/games-fps/doomsday/doomsday-2.1.1-r1.ebuild index 8aa9456f575..47cd24259c1 100644 --- a/games-fps/doomsday/doomsday-2.1.1-r1.ebuild +++ b/games-fps/doomsday/doomsday-2.1.1-r1.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,7,8,9} ) inherit cmake python-any-r1 qmake-utils readme.gentoo-r1