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

Reply via email to