summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-26 21:28:57 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-26 21:50:49 +0200
commit1a48823d467ed83915bc3634699d6acfc542dde3 (patch)
treeddad582ca836e07806edca3bee8754f9b7a37c4a /net-misc
parentnet-misc/openvswitch: Support python3.6 (diff)
downloadgentoo-1a48823d467ed83915bc3634699d6acfc542dde3.tar.gz
gentoo-1a48823d467ed83915bc3634699d6acfc542dde3.tar.bz2
gentoo-1a48823d467ed83915bc3634699d6acfc542dde3.zip
net-misc/trackma: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/trackma/trackma-0.7.4.ebuild4
-rw-r--r--net-misc/trackma/trackma-9999.ebuild4
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 ffaed1f4ad6f..b50989cd76a8 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 b93d9e2ed7c8..753bf11d7bb4 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