Fix PYTHON_COMPAT 6..8 -> 8..10

This commit is contained in:
Kolan Sh 2023-01-18 22:50:29 +03:00
parent f4a4bcc4cc
commit 7872c62a3e
1 changed files with 2 additions and 2 deletions

View File

@ -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