Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/pymacs/
Date: Tue, 11 Feb 2020 11:38:31
Message-Id: 1581421080.3a4250138992ab31760a55261466c95f58b014ab.mgorny@gentoo
1 commit: 3a4250138992ab31760a55261466c95f58b014ab
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 11:28:00 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 11:38:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a425013
7
8 app-emacs/pymacs: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-emacs/pymacs/pymacs-0.26.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emacs/pymacs/pymacs-0.26.ebuild b/app-emacs/pymacs/pymacs-0.26.ebuild
16 index 43044eefa0f..ee22b01797b 100644
17 --- a/app-emacs/pymacs/pymacs-0.26.ebuild
18 +++ b/app-emacs/pymacs/pymacs-0.26.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python{2_7,3_6} )
24 +PYTHON_COMPAT=( python3_6 )
25
26 inherit elisp distutils-r1