diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-04-26 15:47:44 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-04-26 15:48:26 +0200 |
commit | c40d720a7d50a8ce5bf24de06c9c04fb2b9e98f0 (patch) | |
tree | 2c2500c8ed9bece9d83fd2ac4cedbc22b1d3fa4c /app-emacs | |
parent | package.mask: Last rite dev-python/utmp (diff) | |
download | gentoo-c40d720a7d50a8ce5bf24de06c9c04fb2b9e98f0.tar.gz gentoo-c40d720a7d50a8ce5bf24de06c9c04fb2b9e98f0.tar.bz2 gentoo-c40d720a7d50a8ce5bf24de06c9c04fb2b9e98f0.zip |
app-emacs/pymacs: Readd support for python 2.7.
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>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/pymacs/pymacs-0.26-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |