diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:28:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:38:00 +0100 |
commit | 3a4250138992ab31760a55261466c95f58b014ab (patch) | |
tree | 5711fd1bbe3669f50b3c355ed19ef0eb9bd04e4d /app-emacs | |
parent | app-editors/qhexedit2: Remove py2 (diff) | |
download | gentoo-3a4250138992ab31760a55261466c95f58b014ab.tar.gz gentoo-3a4250138992ab31760a55261466c95f58b014ab.tar.bz2 gentoo-3a4250138992ab31760a55261466c95f58b014ab.zip |
app-emacs/pymacs: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/pymacs/pymacs-0.26.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/pymacs/pymacs-0.26.ebuild b/app-emacs/pymacs/pymacs-0.26.ebuild index 43044eefa0f8..ee22b01797bd 100644 --- a/app-emacs/pymacs/pymacs-0.26.ebuild +++ b/app-emacs/pymacs/pymacs-0.26.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit elisp distutils-r1 |