commit: a964be95d5189319ecc19dca308a34c37e03f7ed
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 23 14:25:35 2018 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sat Jun 23 14:26:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a964be95
dev-python/backports-abc: add Python 3.6, EAPI=7
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/backports-abc/backports-abc-0.5.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/backports-abc/backports-abc-0.5.ebuild
b/dev-python/backports-abc/backports-abc-0.5.ebuild
index a94847026e9..bd95231621e 100644
--- a/dev-python/backports-abc/backports-abc-0.5.ebuild
+++ b/dev-python/backports-abc/backports-abc-0.5.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
+EAPI=7
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
inherit distutils-r1