summaryrefslogtreecommitdiff
path: root/sys-apps
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2022-06-14 22:08:20 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2022-06-14 22:11:12 +0100
commitbe319e193609d6ff15474995368affc00139fa6f (patch)
tree59feffa037b22875705152911de69afdced960ac /sys-apps
parentnet-p2p/monero: enable python3_10 (diff)
downloadportage-be319e193609d6ff15474995368affc00139fa6f.tar.xz
sys-apps/mrkd: enable python3_10
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/mrkd/mrkd-0.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/mrkd/mrkd-0.2.0.ebuild b/sys-apps/mrkd/mrkd-0.2.0.ebuild
index 5e7b4ccd..f0d26557 100644
--- a/sys-apps/mrkd/mrkd-0.2.0.ebuild
+++ b/sys-apps/mrkd/mrkd-0.2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python{3_8,3_9} )
+PYTHON_COMPAT=( python{3_8,3_9,3_10} )
inherit distutils-r1
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm64"
DEPEND=""
RDEPEND="${DEPEND}
- ~dev-python/mistune-0.8.4[${PYTHON_USEDEP}]
+ dev-python/mistune[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]"
BDEPEND=""