mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-02-04 15:45:54 +01:00
Bump python compatibility for sdlmame and gertty
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
|
||||
PYTHON_COMPAT=( python{2_7,3_{8..11}} )
|
||||
inherit desktop eutils python-any-r1 toolchain-funcs qmake-utils xdg-utils
|
||||
|
||||
MY_PV="${PV/.}"
|
||||
|
||||
Reference in New Issue
Block a user