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 889AE13835B for ; Thu, 14 Jan 2021 14:43:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACD7FE0884; Thu, 14 Jan 2021 14:43:13 +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 953EFE0884 for ; Thu, 14 Jan 2021 14:43:13 +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 E1ABF340E05 for ; Thu, 14 Jan 2021 14:43:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45E7649B for ; Thu, 14 Jan 2021 14:43:10 +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: <1610635383.c200e2dd0fd934ec94aa1ecda8e975abfda5204d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/lutris/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/lutris/lutris-0.5.7.1.ebuild games-util/lutris/lutris-0.5.8.1.ebuild games-util/lutris/lutris-0.5.8.ebuild games-util/lutris/lutris-9999.ebuild X-VCS-Directories: games-util/lutris/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c200e2dd0fd934ec94aa1ecda8e975abfda5204d X-VCS-Branch: master Date: Thu, 14 Jan 2021 14:43:10 +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: 5eb0e59d-d7b6-4f42-a6ad-ca50af02cc4f X-Archives-Hash: 6e3117d41e5e4122573628a2cda609b4 commit: c200e2dd0fd934ec94aa1ecda8e975abfda5204d Author: Theo Anderson posteo de> AuthorDate: Wed Dec 30 07:43:21 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 14 14:43:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c200e2dd games-util/lutris: bump PYTHON_COMPAT to python3_9 Closes: https://bugs.gentoo.org/756280 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> Closes: https://github.com/gentoo/gentoo/pull/18055 Signed-off-by: Sam James gentoo.org> games-util/lutris/lutris-0.5.7.1.ebuild | 2 +- games-util/lutris/lutris-0.5.8.1.ebuild | 2 +- games-util/lutris/lutris-0.5.8.ebuild | 2 +- games-util/lutris/lutris-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games-util/lutris/lutris-0.5.7.1.ebuild b/games-util/lutris/lutris-0.5.7.1.ebuild index 38ffc431b28..bf776348a5a 100644 --- a/games-util/lutris/lutris-0.5.7.1.ebuild +++ b/games-util/lutris/lutris-0.5.7.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE="sqlite,threads(+)" DISTUTILS_SINGLE_IMPL="1" diff --git a/games-util/lutris/lutris-0.5.8.1.ebuild b/games-util/lutris/lutris-0.5.8.1.ebuild index 1080261aaf6..1daf6b1bf93 100644 --- a/games-util/lutris/lutris-0.5.8.1.ebuild +++ b/games-util/lutris/lutris-0.5.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE="sqlite,threads(+)" DISTUTILS_SINGLE_IMPL="1" diff --git a/games-util/lutris/lutris-0.5.8.ebuild b/games-util/lutris/lutris-0.5.8.ebuild index 1080261aaf6..1daf6b1bf93 100644 --- a/games-util/lutris/lutris-0.5.8.ebuild +++ b/games-util/lutris/lutris-0.5.8.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE="sqlite,threads(+)" DISTUTILS_SINGLE_IMPL="1" diff --git a/games-util/lutris/lutris-9999.ebuild b/games-util/lutris/lutris-9999.ebuild index 1080261aaf6..1daf6b1bf93 100644 --- a/games-util/lutris/lutris-9999.ebuild +++ b/games-util/lutris/lutris-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE="sqlite,threads(+)" DISTUTILS_SINGLE_IMPL="1"