summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-01 12:04:34 +0000
committerSam James <sam@gentoo.org>2021-06-01 12:04:34 +0000
commit792d6ad9352210d59f2a14ff251ab489dd64fb2c (patch)
treef8ba43a962b29af2d4ebfbcafe97a3af78338237 /app-misc
parentmedia-sound/lollypop: add Python 3.9 (diff)
downloadgentoo-792d6ad9352210d59f2a14ff251ab489dd64fb2c.tar.gz
gentoo-792d6ad9352210d59f2a14ff251ab489dd64fb2c.tar.bz2
gentoo-792d6ad9352210d59f2a14ff251ab489dd64fb2c.zip
app-misc/grc: add Python 3.9 to old too
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/grc/grc-1.11.3.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-misc/grc/grc-1.11.3.ebuild b/app-misc/grc/grc-1.11.3.ebuild
index 13d6ac263364..d2532445a53c 100644
--- a/app-misc/grc/grc-1.11.3.ebuild
+++ b/app-misc/grc/grc-1.11.3.ebuild
@@ -3,8 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{3_7,3_8} )
-
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit python-r1
DESCRIPTION="Generic Colouriser beautifies your logfiles or output of commands"