From 792d10ec24984dfb179460ef0d5230250a3e6fbc Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 15 Apr 2021 11:59:28 +0100 Subject: [PATCH] dev-python/pycxx: eutils-- Signed-off-by: Sam James --- dev-python/pycxx/pycxx-7.1.2-r2.ebuild | 6 +++--- 1 file 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 2cc362d615370..bd80c6f4cd7e3 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"