dev-python/pyparsing: Add a note to keep at EAPI 7

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-09-27 08:34:06 +02:00
parent ce3224ca51
commit a0b629ff56

View File

@@ -1,9 +1,10 @@
# Copyright 2004-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
EAPI=7
PYTHON_COMPAT=( python3_{7..10} pypy3 )
PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1
MY_P=${P/-/_}