Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/evemu/
Date: Sat, 20 Jul 2019 01:01:11
Message-Id: 1563584461.f40d5b0e8a0895904900cbb88495d7b9b07ebd86.zmedico@gentoo
1 commit: f40d5b0e8a0895904900cbb88495d7b9b07ebd86
2 Author: Jason Hales <jason.hales <AT> sony <DOT> com>
3 AuthorDate: Sat Jul 20 00:20:03 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 20 01:01:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40d5b0e
7
8 app-misc/evemu: Added python3_6 to PYTHON_COMPAT
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Closes: https://github.com/gentoo/gentoo/pull/12479
12 Package-Manager: Portage-2.3.66, Repoman-2.3.12
13 Signed-off-by: Jason Hales <jason.hales <AT> sony.com>
14 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
15
16 app-misc/evemu/evemu-2.7.0.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-misc/evemu/evemu-2.7.0.ebuild b/app-misc/evemu/evemu-2.7.0.ebuild
20 index 8ac8d69567e..68ce761f623 100644
21 --- a/app-misc/evemu/evemu-2.7.0.ebuild
22 +++ b/app-misc/evemu/evemu-2.7.0.ebuild
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 -PYTHON_COMPAT=( python2_7 )
30 +PYTHON_COMPAT=( python2_7 python3_6 )
31
32 inherit ltprune python-single-r1