diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-22 11:53:35 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-22 11:56:20 +0200 |
commit | 8bc7ecc9b2cf814551894b240785eaba6ca90d9c (patch) | |
tree | 0e2e3222d8b889cf949de54d121bb09ebced9cab /dev-python/python-poppler-qt4 | |
parent | app-shells/autojump: Support newer python (diff) | |
download | gentoo-8bc7ecc9b2cf814551894b240785eaba6ca90d9c.tar.gz gentoo-8bc7ecc9b2cf814551894b240785eaba6ca90d9c.tar.bz2 gentoo-8bc7ecc9b2cf814551894b240785eaba6ca90d9c.zip |
dev-python/python-poppler-qt4: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/python-poppler-qt4')
-rw-r--r-- | dev-python/python-poppler-qt4/python-poppler-qt4-0.24.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-poppler-qt4/python-poppler-qt4-0.24.0.ebuild b/dev-python/python-poppler-qt4/python-poppler-qt4-0.24.0.ebuild index cab4b8413c80..8c22b0c799e0 100644 --- a/dev-python/python-poppler-qt4/python-poppler-qt4-0.24.0.ebuild +++ b/dev-python/python-poppler-qt4/python-poppler-qt4-0.24.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 |