From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1000666-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DE581382C5 for <garchives@archives.gentoo.org>; Tue, 30 Jan 2018 07:32:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A048E0C41; Tue, 30 Jan 2018 07:32:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 270F7E0C10 for <gentoo-commits@lists.gentoo.org>; Tue, 30 Jan 2018 07:32:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F4075335C0B for <gentoo-commits@lists.gentoo.org>; Tue, 30 Jan 2018 07:32:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74CA01C9 for <gentoo-commits@lists.gentoo.org>; Tue, 30 Jan 2018 07:32:40 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1517297549.3739c3e9d5298ea012ab4f6a36231629b4007c24.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gentoolkit/gentoolkit-9999.ebuild X-VCS-Directories: app-portage/gentoolkit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3739c3e9d5298ea012ab4f6a36231629b4007c24 X-VCS-Branch: master Date: Tue, 30 Jan 2018 07:32:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dda359ae-725e-4286-9e00-2ceb61b96932 X-Archives-Hash: e24447661631c726e462fc88a06f767d commit: 3739c3e9d5298ea012ab4f6a36231629b4007c24 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jan 29 17:35:32 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jan 30 07:32:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3739c3e9 app-portage/gentoolkit: Bump EAPI and PYTHON_COMPAT on live ebuild app-portage/gentoolkit/gentoolkit-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild index db87f0f2dcb..7236dff33de 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