summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-06-05 23:39:49 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-06-05 23:53:52 -0400
commit7ad1b662e56a6d0e95d9f819982fbf879bcff3d3 (patch)
treebac700606d7878b6fca59e459b1dc0c760181ef4
parentapp-crypt/certbot-nginx: 1.15.0 stable amd64/x86 with cleanup (diff)
downloadgentoo-7ad1b662e56a6d0e95d9f819982fbf879bcff3d3.tar.gz
gentoo-7ad1b662e56a6d0e95d9f819982fbf879bcff3d3.tar.bz2
gentoo-7ad1b662e56a6d0e95d9f819982fbf879bcff3d3.zip
x11-misc/dex: add python3_{9,10}
Tested, works as expected with both. Closes: https://bugs.gentoo.org/794469 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--x11-misc/dex/dex-0.8.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/dex/dex-0.8.0.ebuild b/x11-misc/dex/dex-0.8.0.ebuild
index 02c2927fb3d4..0b4cd2340dbf 100644
--- a/x11-misc/dex/dex-0.8.0.ebuild
+++ b/x11-misc/dex/dex-0.8.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python{3_8,3_9,3_10} )
inherit python-r1