commit: 424e69c87b9399f7fb1bb1937472a27c9829e688
Author: Sean Vig <sean.v.775 <AT> gmail <DOT> com>
AuthorDate: Wed Oct 14 15:18:11 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 14 16:46:49 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424e69c8
dev-python/apipkg: Add python3_5 target
dev-python/apipkg/apipkg-1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/apipkg/apipkg-1.4.ebuild
b/dev-python/apipkg/apipkg-1.4.ebuild
index 19c4063..787aede 100644
--- a/dev-python/apipkg/apipkg-1.4.ebuild
+++ b/dev-python/apipkg/apipkg-1.4.ebuild
@@ -3,7 +3,7 @@
# $Id$
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