summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-03-01 02:27:57 -0500
committerTim Harder <radhermit@gentoo.org>2017-03-01 02:33:09 -0500
commitf137507791e043d038a17068b24999921b8cbd62 (patch)
treeb09f12fe8a695da07b5af3bfc56339173c56c18e
parentwww-client/opera: get_libdir foo. (diff)
downloadgentoo-f1375077.tar.gz
gentoo-f1375077.tar.bz2
gentoo-f1375077.zip
dev-python/pytest-catchlog: bump to EAPI 6 and add py36 support
-rw-r--r--dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild b/dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild
index f86451ce73d5..b2170e329858 100644
--- a/dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild
+++ b/dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild
@@ -1,9 +1,9 @@
# 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} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1