summaryrefslogtreecommitdiff
path: root/dev-python/pycxx/pycxx-7.1.2-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pycxx/pycxx-7.1.2-r2.ebuild')
-rw-r--r--dev-python/pycxx/pycxx-7.1.2-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pycxx/pycxx-7.1.2-r2.ebuild b/dev-python/pycxx/pycxx-7.1.2-r2.ebuild
index 2cc362d61537..bd80c6f4cd7e 100644
--- a/dev-python/pycxx/pycxx-7.1.2-r2.ebuild
+++ b/dev-python/pycxx/pycxx-7.1.2-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
+
PYTHON_COMPAT=( python3_{7,8} )
DISTUTILS_USE_SETUPTOOLS=no
-
-inherit eutils distutils-r1
+inherit distutils-r1
DESCRIPTION="Set of facilities to extend Python with C++"
HOMEPAGE="http://cxx.sourceforge.net"