Skip to content

Commit da940f8

Browse files
gui-apps/organicmaps: PYTHON_COMPAT versions fix
Signed-off-by: Vitaly Zdanevich <[email protected]>
1 parent 80bb697 commit da940f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui-apps/organicmaps/organicmaps-9999.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{11..12} )
6+
PYTHON_COMPAT=( python3_{7..13} )
77
inherit git-r3 python-r1 xdg cmake
88
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
99
# this URL is to make the tests compile since organicmaps usually dynamically clones the repo

0 commit comments

Comments
 (0)