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 57D74138239 for ; Mon, 11 Jan 2021 20:59:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72E80E0A00; Mon, 11 Jan 2021 20:59:32 +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 5AC5EE0A00 for ; Mon, 11 Jan 2021 20:59:32 +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 5EABE340CC5 for ; Mon, 11 Jan 2021 20:59:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D40834C for ; Mon, 11 Jan 2021 20:59:29 +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: <1610398766.bf56327f64f823356f8265a78be6f0b37df52a97.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/hatari/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/hatari/hatari-2.2.1-r1.ebuild X-VCS-Directories: games-emulation/hatari/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bf56327f64f823356f8265a78be6f0b37df52a97 X-VCS-Branch: master Date: Mon, 11 Jan 2021 20:59:29 +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: 4e179fe3-024f-4b47-b739-4dc700a2921b X-Archives-Hash: 619a7e93fd0bc1f79f24a573f44e3a19 commit: bf56327f64f823356f8265a78be6f0b37df52a97 Author: Sam James gentoo org> AuthorDate: Mon Jan 11 20:49:15 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 11 20:59:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf56327f games-emulation/hatari: add Python 3.8, 3.9 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> games-emulation/hatari/hatari-2.2.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/hatari/hatari-2.2.1-r1.ebuild b/games-emulation/hatari/hatari-2.2.1-r1.ebuild index 7f53b4620c0..a1beaed5a2e 100644 --- a/games-emulation/hatari/hatari-2.2.1-r1.ebuild +++ b/games-emulation/hatari/hatari-2.2.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-single-r1 xdg DESCRIPTION="Atari ST emulator"