From f14435303055a5cd51d9e38fabc0634ab86e4dbb Mon Sep 17 00:00:00 2001 From: Sean Vig Date: Wed, 14 Oct 2015 10:21:14 -0500 Subject: [PATCH] dev-python/pytest-capturelog: Add python3_5 target --- dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild b/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild index 925df1f5c4170..f82ae057c17cb 100644 --- a/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild +++ b/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy pypy3 ) inherit distutils-r1