From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E3A6A1388BF for ; Sat, 20 Feb 2016 03:22:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A13D521C02C; Sat, 20 Feb 2016 03:22:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06FD821C02C for ; Sat, 20 Feb 2016 03:22:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCEE13406AD for ; Sat, 20 Feb 2016 03:22:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2D60CEB for ; Sat, 20 Feb 2016 03:22:27 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1455937366.1c5e717d11a5b2ecc8853337ecf1860d3e770913.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mccabe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mccabe/mccabe-0.4.0.ebuild X-VCS-Directories: dev-python/mccabe/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 1c5e717d11a5b2ecc8853337ecf1860d3e770913 X-VCS-Branch: master Date: Sat, 20 Feb 2016 03:22:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 27085fbc-91c8-40e0-ad66-02ea64394fd3 X-Archives-Hash: a16dc881c0270e835c0205b7c74cbb15 commit: 1c5e717d11a5b2ecc8853337ecf1860d3e770913 Author: Ian Delaney gentoo org> AuthorDate: Sat Feb 20 03:02:46 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Sat Feb 20 03:02:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c5e717d dev-python/mccabe: bump EAPI to 6 in vn. 0.4.0 ack by maintainer in person in #irc Package-Manager: portage-2.2.26 dev-python/mccabe/mccabe-0.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mccabe/mccabe-0.4.0.ebuild b/dev-python/mccabe/mccabe-0.4.0.ebuild index 035d0cc..9e42e08 100644 --- a/dev-python/mccabe/mccabe-0.4.0.ebuild +++ b/dev-python/mccabe/mccabe-0.4.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 python3_{3,4,5} )