This commit is contained in:
layman
2023-06-30 09:15:31 +02:00
parent a5e9df0216
commit 356956cfaa
12 changed files with 21 additions and 530 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{9,10} )
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 git-r3