summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2021-02-21 07:52:41 -0600
committerBen Kohler <bkohler@gentoo.org>2021-02-21 07:52:56 -0600
commit3105bf1058dbc4ff57a73be3208d5d18f953bd7b (patch)
tree6f6e92f8b95c96211c21fe723c385666fa80004d /app-misc/asciinema
parentdev-python/click: Add python 3.9 (diff)
downloadgentoo-3105bf1058dbc4ff57a73be3208d5d18f953bd7b.tar.gz
gentoo-3105bf1058dbc4ff57a73be3208d5d18f953bd7b.tar.bz2
gentoo-3105bf1058dbc4ff57a73be3208d5d18f953bd7b.zip
app-misc/asciinema: add python3_9 support
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-misc/asciinema')
-rw-r--r--app-misc/asciinema/asciinema-2.0.2-r1.ebuild (renamed from app-misc/asciinema/asciinema-2.0.2.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/asciinema/asciinema-2.0.2.ebuild b/app-misc/asciinema/asciinema-2.0.2-r1.ebuild
index 69f56e93857e..7d2ce682dbad 100644
--- a/app-misc/asciinema/asciinema-2.0.2.ebuild
+++ b/app-misc/asciinema/asciinema-2.0.2-r1.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=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS="rdepend"
inherit distutils-r1