dev-python/functools32: Set DISTUTILS_USE_SETUPTOOLS, EAPI 7
authorMichał Górny <mgorny@gentoo.org>
Mon, 16 Dec 2019 10:02:01 +0000 (11:02 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Dec 2019 10:14:48 +0000 (11:14 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/functools32/functools32-3.2.3.ebuild

index 75d446076b666c9c886d44f6b84749662aaf40f3..e02bc5f8163fc3feb93b9870e0c800e2edbe268e 100644 (file)
@@ -1,8 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python2_7 pypy )
 
 inherit distutils-r1