commit: 857991d32c567f9938a53d3e9eb2284bb51615a7
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 12:37:34 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 13:40:24 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857991d3
dev-python/pkgconfig: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pkgconfig/pkgconfig-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pkgconfig/pkgconfig-1.1.0.ebuild
b/dev-python/pkgconfig/pkgconfig-1.1.0.ebuild
index cd28d21..1766698 100644
--- a/dev-python/pkgconfig/pkgconfig-1.1.0.ebuild
+++ b/dev-python/pkgconfig/pkgconfig-1.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
inherit distutils-r1