Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/trackma/
Date: Tue, 26 Jun 2018 19:51:12
Message-Id: 1530042649.1a48823d467ed83915bc3634699d6acfc542dde3.pacho@gentoo
1 commit: 1a48823d467ed83915bc3634699d6acfc542dde3
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 26 19:28:57 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 26 19:50:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a48823d
7
8 net-misc/trackma: Support python3.6
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-misc/trackma/trackma-0.7.4.ebuild | 4 ++--
13 net-misc/trackma/trackma-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-misc/trackma/trackma-0.7.4.ebuild b/net-misc/trackma/trackma-0.7.4.ebuild
17 index ffaed1f4ad6..b50989cd76a 100644
18 --- a/net-misc/trackma/trackma-0.7.4.ebuild
19 +++ b/net-misc/trackma/trackma-0.7.4.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 -PYTHON_COMPAT=( python{3_4,3_5} )
28 +PYTHON_COMPAT=( python{3_4,3_5,3_6} )
29
30 inherit distutils-r1 eutils
31
32
33 diff --git a/net-misc/trackma/trackma-9999.ebuild b/net-misc/trackma/trackma-9999.ebuild
34 index b93d9e2ed7c..753bf11d7bb 100644
35 --- a/net-misc/trackma/trackma-9999.ebuild
36 +++ b/net-misc/trackma/trackma-9999.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 1999-2017 Gentoo Foundation
39 +# Copyright 1999-2018 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=6
43
44 -PYTHON_COMPAT=( python{3_4,3_5} )
45 +PYTHON_COMPAT=( python{3_4,3_5,3_6} )
46
47 inherit distutils-r1 eutils git-r3