summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-03-04 08:13:55 +0100
committerMichał Górny <mgorny@gentoo.org>2022-03-04 08:13:55 +0100
commitc770f438877ff574f8376813477f488a5c9e557b (patch)
treee91d7855b1cdd54ac06f066980d4dabc55fb0a0f /dev-python/zipp
parentdev-python/jaraco-functools: Revert to EAPI 7 (diff)
downloadgentoo-c770f438877ff574f8376813477f488a5c9e557b.tar.gz
gentoo-c770f438877ff574f8376813477f488a5c9e557b.tar.bz2
gentoo-c770f438877ff574f8376813477f488a5c9e557b.zip
dev-python/zipp: Revert to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zipp')
-rw-r--r--dev-python/zipp/zipp-3.7.0-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/zipp/zipp-3.7.0-r1.ebuild b/dev-python/zipp/zipp-3.7.0-r1.ebuild
index 5598493b55e0..c14f9e544eeb 100644
--- a/dev-python/zipp/zipp-3.7.0-r1.ebuild
+++ b/dev-python/zipp/zipp-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=( pypy3 python3_{8..10} )