Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/
Date: Tue, 30 Jan 2018 07:32:45
Message-Id: 1517297549.3739c3e9d5298ea012ab4f6a36231629b4007c24.mgorny@gentoo
1 commit: 3739c3e9d5298ea012ab4f6a36231629b4007c24
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 29 17:35:32 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 30 07:32:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3739c3e9
7
8 app-portage/gentoolkit: Bump EAPI and PYTHON_COMPAT on live ebuild
9
10 app-portage/gentoolkit/gentoolkit-9999.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild
14 index db87f0f2dcb..7236dff33de 100644
15 --- a/app-portage/gentoolkit/gentoolkit-9999.ebuild
16 +++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild
17 @@ -1,9 +1,9 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 -EAPI="5"
23 +EAPI="6"
24
25 -PYTHON_COMPAT=(python{2_7,3_4,3_5} pypy)
26 +PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6} pypy)
27 PYTHON_REQ_USE="xml(+),threads(+)"
28
29 inherit distutils-r1 git-r3