diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-03-04 08:12:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-03-04 08:12:31 +0100 |
commit | b8e14714ac1839b02ba39a150761f4bd9f21c322 (patch) | |
tree | bb170a20a2c727ee416b0b93916e4f273b3654c7 /dev-python/jaraco-context | |
parent | virtual/rust: add 1.59.0 (diff) | |
download | gentoo-b8e14714ac1839b02ba39a150761f4bd9f21c322.tar.gz gentoo-b8e14714ac1839b02ba39a150761f4bd9f21c322.tar.bz2 gentoo-b8e14714ac1839b02ba39a150761f4bd9f21c322.zip |
dev-python/jaraco-context: Revert to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-context')
-rw-r--r-- | dev-python/jaraco-context/jaraco-context-4.1.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/jaraco-context/jaraco-context-4.1.1-r1.ebuild b/dev-python/jaraco-context/jaraco-context-4.1.1-r1.ebuild index 1666c383659d..b7f36c26be0e 100644 --- a/dev-python/jaraco-context/jaraco-context-4.1.1-r1.ebuild +++ b/dev-python/jaraco-context/jaraco-context-4.1.1-r1.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +# please keep this ebuild at EAPI 7 -- sys-apps/portage dep +EAPI=7 DISTUTILS_USE_PEP517=flit PYTHON_COMPAT=( python3_{8..10} pypy3 ) |