diff --git a/app-emacs/pymacs/pymacs-0.26-r2.ebuild b/app-emacs/pymacs/pymacs-0.26-r3.ebuild similarity index 93% rename from app-emacs/pymacs/pymacs-0.26-r2.ebuild rename to app-emacs/pymacs/pymacs-0.26-r3.ebuild index 6969000e028c0..d68770ec00be8 100644 --- a/app-emacs/pymacs/pymacs-0.26-r2.ebuild +++ b/app-emacs/pymacs/pymacs-0.26-r3.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) DISTUTILS_IN_SOURCE_BUILD=1 -DISTUTILS_USE_SETUPTOOLS="no" inherit elisp distutils-r1