diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-16 13:06:53 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-16 14:41:32 +0100 |
commit | 3a102c2a8a038de5ca855957c4cc64401266d802 (patch) | |
tree | 3f5ac41ff7f721c652faa51a9bdc6f2110f1a9a9 /dev-python/python-poppler-qt5 | |
parent | dev-python/python-ly: python3_8 (diff) | |
download | gentoo-3a102c2a8a038de5ca855957c4cc64401266d802.tar.gz gentoo-3a102c2a8a038de5ca855957c4cc64401266d802.tar.bz2 gentoo-3a102c2a8a038de5ca855957c4cc64401266d802.zip |
dev-python/python-poppler-qt5: python3_8
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/python-poppler-qt5')
-rw-r--r-- | dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild b/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild index d936a77a1d84..8c4bc4642a8a 100644 --- a/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild +++ b/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild @@ -3,10 +3,10 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 -DESCRIPTION="A python binding for libpoppler-qt5" +DESCRIPTION="Python binding for libpoppler-qt5" HOMEPAGE="https://github.com/wbsoft/python-poppler-qt5" SRC_URI="https://github.com/wbsoft/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |