summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-29 18:35:32 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-30 08:32:29 +0100
commit3739c3e9d5298ea012ab4f6a36231629b4007c24 (patch)
tree54a9d315531623182728aa73915f899e00349c0b
parentapp-portage/gentoolkit: Bump to 0.4.2 (diff)
downloadgentoo-3739c3e9d5298ea012ab4f6a36231629b4007c24.tar.gz
gentoo-3739c3e9d5298ea012ab4f6a36231629b4007c24.tar.bz2
gentoo-3739c3e9d5298ea012ab4f6a36231629b4007c24.zip
app-portage/gentoolkit: Bump EAPI and PYTHON_COMPAT on live ebuild
-rw-r--r--app-portage/gentoolkit/gentoolkit-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild
index db87f0f2dcb0..7236dff33dec 100644
--- a/app-portage/gentoolkit/gentoolkit-9999.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-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="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