summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2022-05-19 20:57:05 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2022-05-19 20:57:05 -0500
commit25e48f5f57d9ca97c680428b4be0688511c73d4a (patch)
treef0426b33df54fcf1a7914d82420df8ebdf896828
parentapp-shells/powerline: add support py10 (diff)
downloadgentoo-25e48f5f.tar.gz
gentoo-25e48f5f.tar.bz2
gentoo-25e48f5f.zip
dev-python/misaka: bump python to py10
Closes: https://bugs.gentoo.org/845753 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--dev-python/misaka/misaka-2.1.1-r1.ebuild (renamed from dev-python/misaka/misaka-2.1.1.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/misaka/misaka-2.1.1.ebuild b/dev-python/misaka/misaka-2.1.1-r1.ebuild
index 17ca17e0548b..279edf81e1fd 100644
--- a/dev-python/misaka/misaka-2.1.1.ebuild
+++ b/dev-python/misaka/misaka-2.1.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+EAPI=8
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1