diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-09 23:04:44 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-09 23:05:49 -0800 |
commit | b02ee6492e94914978903d13b3607a301351fc7b (patch) | |
tree | 4441eb02da2cfc9e7c8ed32725e4f32f74c64e8b /dev-python/pkginfo | |
parent | dev-ruby/logging: add 2.2.0 (diff) | |
download | gentoo-b02ee6492e94914978903d13b3607a301351fc7b.tar.gz gentoo-b02ee6492e94914978903d13b3607a301351fc7b.tar.bz2 gentoo-b02ee6492e94914978903d13b3607a301351fc7b.zip |
dev-python/pkginfo: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/pkginfo')
-rw-r--r-- | dev-python/pkginfo/pkginfo-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pkginfo/pkginfo-1.2.1.ebuild b/dev-python/pkginfo/pkginfo-1.2.1.ebuild index f80743744e90..63d7fdd2fdd6 100644 --- a/dev-python/pkginfo/pkginfo-1.2.1.ebuild +++ b/dev-python/pkginfo/pkginfo-1.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 |