app-portage/gentoolkit: Bump EAPI and PYTHON_COMPAT on live ebuild
authorMichał Górny <mgorny@gentoo.org>
Mon, 29 Jan 2018 17:35:32 +0000 (18:35 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 30 Jan 2018 07:32:29 +0000 (08:32 +0100)
app-portage/gentoolkit/gentoolkit-9999.ebuild

index db87f0f2dcb0a0924c5e650eebf63a3e0ecb1bc7..7236dff33dec1b0baba9616af2f1503b1c6341e3 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="5"
+EAPI="6"
 
-PYTHON_COMPAT=(python{2_7,3_4,3_5} pypy)
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6} pypy)
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 inherit distutils-r1 git-r3