diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-20 12:24:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-20 12:55:06 +0100 |
commit | 50d6437880919bab489fb324a3cfd977ff7fdc93 (patch) | |
tree | 686c1769956dcff085b0ec12570e9d1bf16336a6 /dev-python/snakeoil/snakeoil-9999.ebuild | |
parent | x11-misc/shared-mime-info: s390 stable wrt bug #700672 (diff) | |
download | gentoo-50d6437880919bab489fb324a3cfd977ff7fdc93.tar.gz gentoo-50d6437880919bab489fb324a3cfd977ff7fdc93.tar.bz2 gentoo-50d6437880919bab489fb324a3cfd977ff7fdc93.zip |
dev-python/snakeoil: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/snakeoil/snakeoil-9999.ebuild')
-rw-r--r-- | dev-python/snakeoil/snakeoil-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild index d374c3dffd90..e073443aa4a6 100644 --- a/dev-python/snakeoil/snakeoil-9999.ebuild +++ b/dev-python/snakeoil/snakeoil-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |