commit: 1a48823d467ed83915bc3634699d6acfc542dde3
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 19:28:57 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 19:50:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a48823d
net-misc/trackma: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-misc/trackma/trackma-0.7.4.ebuild | 4 ++--
net-misc/trackma/trackma-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-misc/trackma/trackma-0.7.4.ebuild
b/net-misc/trackma/trackma-0.7.4.ebuild
index ffaed1f4ad6..b50989cd76a 100644
--- a/net-misc/trackma/trackma-0.7.4.ebuild
+++ b/net-misc/trackma/trackma-0.7.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
inherit distutils-r1 eutils
diff --git a/net-misc/trackma/trackma-9999.ebuild
b/net-misc/trackma/trackma-9999.ebuild
index b93d9e2ed7c..753bf11d7bb 100644
--- a/net-misc/trackma/trackma-9999.ebuild
+++ b/net-misc/trackma/trackma-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
inherit distutils-r1 eutils git-r3