diff options
author | 2022-11-05 17:03:14 +0000 | |
---|---|---|
committer | 2022-11-05 17:03:14 +0000 | |
commit | f231d14f851d5f674793f94d2f9ad918f2b1416d (patch) | |
tree | 94098f57b935f6986b0a986f8c9875bedbe86daa /app-shells/pokemon-colorscripts | |
parent | app-shells/pokemon-colorscripts: new package, add 9999 (diff) | |
download | guru-f231d14f851d5f674793f94d2f9ad918f2b1416d.tar.gz guru-f231d14f851d5f674793f94d2f9ad918f2b1416d.tar.bz2 guru-f231d14f851d5f674793f94d2f9ad918f2b1416d.zip |
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@gmail.com>
Diffstat (limited to 'app-shells/pokemon-colorscripts')
-rw-r--r-- | app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild | 6 |
1 files 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 |