From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1454002-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41143158020 for <garchives@archives.gentoo.org>; Sat, 5 Nov 2022 17:08:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8529CE077F; Sat, 5 Nov 2022 17:08:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3D59E077F for <gentoo-commits@lists.gentoo.org>; Sat, 5 Nov 2022 17:08:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B506C340BF1 for <gentoo-commits@lists.gentoo.org>; Sat, 5 Nov 2022 17:08:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 543206F2 for <gentoo-commits@lists.gentoo.org>; Sat, 5 Nov 2022 17:08:16 +0000 (UTC) From: "Patrick Taylor" <patrick.joseph.taylor@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Taylor" <patrick.joseph.taylor@gmail.com> Message-ID: <1667667794.f231d14f851d5f674793f94d2f9ad918f2b1416d.patrick.joseph.taylor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/pokemon-colorscripts/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild X-VCS-Directories: app-shells/pokemon-colorscripts/ X-VCS-Committer: patrick.joseph.taylor X-VCS-Committer-Name: Patrick Taylor X-VCS-Revision: f231d14f851d5f674793f94d2f9ad918f2b1416d X-VCS-Branch: dev Date: Sat, 5 Nov 2022 17:08:16 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fc2c02d4-2e35-482f-bbd4-1a5b348a7acc X-Archives-Hash: ac8c41d0cd66e3357f171dd8f4b06867 commit: f231d14f851d5f674793f94d2f9ad918f2b1416d Author: Patrick J Taylor <patrick.joseph.taylor <AT> gmail <DOT> com> AuthorDate: Sat Nov 5 17:03:14 2022 +0000 Commit: Patrick Taylor <patrick.joseph.taylor <AT> gmail <DOT> com> CommitDate: Sat Nov 5 17:03:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f231d14f app-shells/pokemon-colorscripts: unkeyword 9999 for ~amd64 Additionally, allow CPython 3.11 and set REQUIRED_USE/RDEPEND. Signed-off-by: Patrick J Taylor <patrick.joseph.taylor <AT> gmail.com> app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild b/app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild index 7fd4da23d..55e2ba3fe 100644 --- a/app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild +++ b/app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=(python3_{8,9,10}) +PYTHON_COMPAT=(python3_{8,9,10,11}) inherit git-r3 python-single-r1 @@ -17,9 +17,9 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND=">=dev-lang/python-3.10.8_p1" +RDEPEND="${PYTHON_DEPS}" src_prepare() { default