diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-21 14:37:34 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-21 15:40:24 +0200 |
commit | 857991d32c567f9938a53d3e9eb2284bb51615a7 (patch) | |
tree | 3dfba11e909bcdd870108fa58312fe0cd0c8e515 /dev-python/pkgconfig | |
parent | dev-libs/libxml2: Add python3.5 support (diff) | |
download | gentoo-857991d32c567f9938a53d3e9eb2284bb51615a7.tar.gz gentoo-857991d32c567f9938a53d3e9eb2284bb51615a7.tar.bz2 gentoo-857991d32c567f9938a53d3e9eb2284bb51615a7.zip |
dev-python/pkgconfig: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pkgconfig')
-rw-r--r-- | dev-python/pkgconfig/pkgconfig-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pkgconfig/pkgconfig-1.1.0.ebuild b/dev-python/pkgconfig/pkgconfig-1.1.0.ebuild index cd28d2112d59..1766698082ed 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 |