net-misc/trackma: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 19:28:57 +0000 (21:28 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 19:50:49 +0000 (21:50 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

net-misc/trackma/trackma-0.7.4.ebuild
net-misc/trackma/trackma-9999.ebuild

index ffaed1f4ad6f2464647029998102f1aa97edc0d2..b50989cd76a8834b914286b823115cffbe3a9baf 100644 (file)
@@ -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
 
index b93d9e2ed7c8982a56d1ccce894623af0b7655ab..753bf11d7bb414a2f62603e85edeb0f325c4ea74 100644 (file)
@@ -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