diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-01 21:52:25 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-12-02 23:17:52 -0500 |
commit | dd41acb13a06a052566c49be40d338cef171ee38 (patch) | |
tree | b8deae7f352fbd1c97acd378a61152f48cf98df3 | |
parent | sci-libs/gdal: python3_8, EAPI-7 bump (diff) | |
download | gentoo-dd41acb13a06a052566c49be40d338cef171ee38.tar.gz gentoo-dd41acb13a06a052566c49be40d338cef171ee38.tar.bz2 gentoo-dd41acb13a06a052566c49be40d338cef171ee38.zip |
dev-python/qscintilla-python: python3_8
Package-Manager: Portage-2.3.80, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r-- | dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild b/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild index b5af9609872c..e5efd8e7353c 100644 --- a/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild +++ b/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) inherit python-r1 qmake-utils DESCRIPTION="Python bindings for QScintilla" |