diff options
author | John Helmert III <jchelmertt3@gmail.com> | 2020-04-30 18:39:26 -0500 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-05-05 14:50:45 +0300 |
commit | 19088ebcb634c6df1c9c0b88d1537f24d3eaf5fb (patch) | |
tree | a7b1ff72bf1d91a776dcd0da3fcc38d436b8ce1c /dev-python/clint | |
parent | dev-python/args: Add python3_8 (diff) | |
download | gentoo-19088ebcb634c6df1c9c0b88d1537f24d3eaf5fb.tar.gz gentoo-19088ebcb634c6df1c9c0b88d1537f24d3eaf5fb.tar.bz2 gentoo-19088ebcb634c6df1c9c0b88d1537f24d3eaf5fb.zip |
dev-python/clint: Add python3_8
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: John Helmert III <jchelmertt3@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/clint')
-rw-r--r-- | dev-python/clint/clint-0.5.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/clint/clint-0.5.1-r1.ebuild b/dev-python/clint/clint-0.5.1-r1.ebuild index 295b4a9f6f5a..bd9659a536e2 100644 --- a/dev-python/clint/clint-0.5.1-r1.ebuild +++ b/dev-python/clint/clint-0.5.1-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) + +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 |