diff options
author | Sam James <sam@gentoo.org> | 2021-04-15 11:59:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:16:40 +0100 |
commit | 792d10ec24984dfb179460ef0d5230250a3e6fbc (patch) | |
tree | 5c0496ab9befb4bb319550944e611fbb5a6120ca /dev-python/pycxx | |
parent | dev-python/mygpoclient: eutils-- (diff) | |
download | gentoo-792d10ec24984dfb179460ef0d5230250a3e6fbc.tar.gz gentoo-792d10ec24984dfb179460ef0d5230250a3e6fbc.tar.bz2 gentoo-792d10ec24984dfb179460ef0d5230250a3e6fbc.zip |
dev-python/pycxx: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pycxx')
-rw-r--r-- | dev-python/pycxx/pycxx-7.1.2-r2.ebuild | 6 |
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" |