app-emacs/pymacs: Readd support for python 2.7.
authorUlrich Müller <ulm@gentoo.org>
Sun, 26 Apr 2020 13:47:44 +0000 (15:47 +0200)
committerUlrich Müller <ulm@gentoo.org>
Sun, 26 Apr 2020 13:48:26 +0000 (15:48 +0200)
Acked-by: Michał Górny <mgorny@gentoo.org>
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
app-emacs/pymacs/pymacs-0.26-r1.ebuild

index 0ff10a4675c33eebd98e88082b2fc771f56db39e..4cf124e76ef232c9defed15cf2333da5ae34148b 100644 (file)
@@ -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