1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-28 01:12:33 +01:00

Bump python compatibility for sdlmame and gertty

This commit is contained in:
2022-08-03 18:10:22 +02:00
parent 6c978cb3db
commit f1660c634e
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
EAPI=8
PYTHON_COMPAT=( python3_{7..11} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1