From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 C4390139694 for ; Wed, 15 Mar 2017 07:25:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18BA4E0CB1; Wed, 15 Mar 2017 07:25:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB163E0CB1 for ; Wed, 15 Mar 2017 07:25:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC0E334071C for ; Wed, 15 Mar 2017 07:25:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80D9868C9 for ; Wed, 15 Mar 2017 07:25:52 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1489562722.344febe406bb3709c6bbf17d70175f4e94fcd988.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/croniter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/croniter/croniter-0.3.15.ebuild X-VCS-Directories: dev-python/croniter/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 344febe406bb3709c6bbf17d70175f4e94fcd988 X-VCS-Branch: master Date: Wed, 15 Mar 2017 07:25:52 +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: c6371f5c-be53-4ac4-ba18-0d891abbb462 X-Archives-Hash: a856b0208e678df024182342e64a9afd commit: 344febe406bb3709c6bbf17d70175f4e94fcd988 Author: Zac Medico gentoo org> AuthorDate: Wed Mar 15 07:25:22 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Mar 15 07:25:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=344febe4 dev-python/croniter: bump to EAPI 6 Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-python/croniter/croniter-0.3.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/croniter/croniter-0.3.15.ebuild b/dev-python/croniter/croniter-0.3.15.ebuild index bccced4f2be..dd97eb03c90 100644 --- a/dev-python/croniter/croniter-0.3.15.ebuild +++ b/dev-python/croniter/croniter-0.3.15.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1