1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-20 08:33:31 +02:00

Fixed py compatibility for sdlmame

This commit is contained in:
2022-08-04 16:22:40 +02:00
parent f970f467ca
commit 61406a3c24
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{8..11}} )
PYTHON_COMPAT=( python2_7 python3_{8..11} )
inherit desktop eutils python-any-r1 toolchain-funcs qmake-utils xdg-utils
MY_PV="${PV/.}"