From: Ulrich Müller Date: Sun, 26 Apr 2020 13:47:44 +0000 (+0200) Subject: app-emacs/pymacs: Readd support for python 2.7. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c40d720a7d50a8ce5bf24de06c9c04fb2b9e98f0;p=gentoo.git app-emacs/pymacs: Readd support for python 2.7. Acked-by: Michał Górny Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Ulrich Müller --- diff --git a/app-emacs/pymacs/pymacs-0.26-r1.ebuild b/app-emacs/pymacs/pymacs-0.26-r1.ebuild index 0ff10a4675c3..4cf124e76ef2 100644 --- a/app-emacs/pymacs/pymacs-0.26-r1.ebuild +++ b/app-emacs/pymacs/pymacs-0.26-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit elisp distutils-r1