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 2C2741382C5 for ; Wed, 2 Jun 2021 05:28:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 666A3E0839; Wed, 2 Jun 2021 05:28:20 +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 0FDF5E0839 for ; Wed, 2 Jun 2021 05:28:20 +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 96430340DB0 for ; Wed, 2 Jun 2021 05:28:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E663C644 for ; Wed, 2 Jun 2021 05:28:16 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1622611613.83c3e9277bbf53bc7eb714b7b100a0b9786a717f.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pathological/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/pathological/pathological-1.1.3_p16-r1.ebuild games-puzzle/pathological/pathological-1.1.3_p16-r2.ebuild X-VCS-Directories: games-puzzle/pathological/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 83c3e9277bbf53bc7eb714b7b100a0b9786a717f X-VCS-Branch: master Date: Wed, 2 Jun 2021 05:28:16 +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: eb76b140-c09f-46b9-b3cf-12b043c67fab X-Archives-Hash: c456832021d2b466624275ccf03b7060 commit: 83c3e9277bbf53bc7eb714b7b100a0b9786a717f Author: Ionen Wolkens gentoo org> AuthorDate: Wed Jun 2 04:58:03 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Jun 2 05:26:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c3e927 games-puzzle/pathological: add python3_9, require gentoo.org> ...logical-1.1.3_p16-r1.ebuild => pathological-1.1.3_p16-r2.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/games-puzzle/pathological/pathological-1.1.3_p16-r1.ebuild b/games-puzzle/pathological/pathological-1.1.3_p16-r2.ebuild similarity index 91% rename from games-puzzle/pathological/pathological-1.1.3_p16-r1.ebuild rename to games-puzzle/pathological/pathological-1.1.3_p16-r2.ebuild index c41cdb26e8e..9a41e9a28b0 100644 --- a/games-puzzle/pathological/pathological-1.1.3_p16-r1.ebuild +++ b/games-puzzle/pathological/pathological-1.1.3_p16-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit desktop python-single-r1 toolchain-funcs @@ -20,9 +20,11 @@ KEYWORDS="~amd64 ~x86" IUSE="doc" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# Note: locks up at start with >=pygame-2 (debian uses pygame-1, fix needed) RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' - >=dev-python/pygame-1.5.5[${PYTHON_MULTI_USEDEP}] + >=dev-python/pygame-1.5.5[${PYTHON_USEDEP}] +