From: Pacho Ramos Date: Tue, 26 Jun 2018 19:28:57 +0000 (+0200) Subject: net-misc/trackma: Support python3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1a48823d467ed83915bc3634699d6acfc542dde3;p=gentoo.git net-misc/trackma: Support python3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- 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