summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-03-04 08:16:14 +0100
committerMichał Górny <mgorny@gentoo.org>2022-03-04 08:16:14 +0100
commit8f323f483f7826aa58b4058898aec9ea0dbbbc15 (patch)
treed058d34f9bc593b04e8122c8a81b448a4ad47448
parentdev-python/importlib_resources: Revert to EAPI 7 (diff)
downloadgentoo-8f323f48.tar.gz
gentoo-8f323f48.tar.bz2
gentoo-8f323f48.zip
dev-python/jaraco-text: Revert to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/jaraco-text/jaraco-text-3.7.0-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/jaraco-text/jaraco-text-3.7.0-r1.ebuild b/dev-python/jaraco-text/jaraco-text-3.7.0-r1.ebuild
index a5e9fcd2ceae..85034eb2a60f 100644
--- a/dev-python/jaraco-text/jaraco-text-3.7.0-r1.ebuild
+++ b/dev-python/jaraco-text/jaraco-text-3.7.0-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 )