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-misc/evemu/
Date: Thu, 07 May 2020 13:18:31
Message-Id: 1588857483.52830562c83a5f9d0dcd42b1daaefdc0e535e646.mgorny@gentoo
1 commit: 52830562c83a5f9d0dcd42b1daaefdc0e535e646
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 13:10:51 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 13:18:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52830562
7
8 app-misc/evemu: Remove py2.7 where possible
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-misc/evemu/evemu-2.7.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-misc/evemu/evemu-2.7.0.ebuild b/app-misc/evemu/evemu-2.7.0.ebuild
16 index 68ce761f623..64f996d75f1 100644
17 --- a/app-misc/evemu/evemu-2.7.0.ebuild
18 +++ b/app-misc/evemu/evemu-2.7.0.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -PYTHON_COMPAT=( python2_7 python3_6 )
24 +PYTHON_COMPAT=( python3_6 )
25
26 inherit ltprune python-single-r1