diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-09-25 12:21:15 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-09-25 12:21:38 +0200 |
commit | 56079616a2a2545803d68c415d6315e14b2e7f77 (patch) | |
tree | c451b761d7749a5abbf86226e2144ba8cc5b898e /app-emacs | |
parent | dev-python/ipaddr: Remove py2.7 (diff) | |
download | gentoo-56079616a2a2545803d68c415d6315e14b2e7f77.tar.gz gentoo-56079616a2a2545803d68c415d6315e14b2e7f77.tar.bz2 gentoo-56079616a2a2545803d68c415d6315e14b2e7f77.zip |
app-emacs/pymacs: Drop dependency on Python 2.
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/pymacs/pymacs-0.26-r2.ebuild (renamed from 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-r2.ebuild index e2c7ce61bb1a..9d7f7be117f8 100644 --- a/app-emacs/pymacs/pymacs-0.26-r1.ebuild +++ b/app-emacs/pymacs/pymacs-0.26-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit elisp distutils-r1 |