Fix PYTHON_COMPAT 6..8 -> 8..10
This commit is contained in:
parent
f4a4bcc4cc
commit
7872c62a3e
|
@ -1,9 +1,9 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit desktop eutils python-single-r1 xdg
|
||||
|
Loading…
Reference in New Issue