diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-08-13 08:41:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-13 08:57:46 +0200 |
commit | b2bb0cd5eb54ff9687e87e815fff93da86f9db3b (patch) | |
tree | 9ea3cf20f494fdc5cf967182bd622ea5dadbced6 /dev-python/cffi | |
parent | app-admin/eclean-kernel: Remove old (diff) | |
download | gentoo-b2bb0cd5eb54ff9687e87e815fff93da86f9db3b.tar.gz gentoo-b2bb0cd5eb54ff9687e87e815fff93da86f9db3b.tar.bz2 gentoo-b2bb0cd5eb54ff9687e87e815fff93da86f9db3b.zip |
dev-python/cffi: Downgrade to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cffi')
-rw-r--r-- | dev-python/cffi/cffi-1.14.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/cffi/cffi-1.14.6.ebuild b/dev-python/cffi/cffi-1.14.6.ebuild index 52e37d7afcc5..d2ca15df50f9 100644 --- a/dev-python/cffi/cffi-1.14.6.ebuild +++ b/dev-python/cffi/cffi-1.14.6.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2021 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 # DO NOT ADD pypy to PYTHON_COMPAT # pypy bundles a modified version of cffi. Use python_gen_cond_dep instead. |