summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-10-01 14:07:17 +0200
committerJeroen Roovers <jer@gentoo.org>2020-10-01 14:07:38 +0200
commit7f6f7fb99b9e5d1b6b80fe8de9a6394f81c45220 (patch)
tree1e5449715418e1e5ef71e599f59ceb9498203741 /sci-calculators
parentapp-admin/xkcdpass: fix QA warning for wrong DISTUTILS_ value (diff)
downloadgentoo-7f6f7fb99b9e5d1b6b80fe8de9a6394f81c45220.tar.gz
gentoo-7f6f7fb99b9e5d1b6b80fe8de9a6394f81c45220.tar.bz2
gentoo-7f6f7fb99b9e5d1b6b80fe8de9a6394f81c45220.zip
sci-calculators/units: Add python3_9 support
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/units/units-2.20.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-calculators/units/units-2.20.ebuild b/sci-calculators/units/units-2.20.ebuild
index 5576c8c4c5c3..512e983f4b3a 100644
--- a/sci-calculators/units/units-2.20.ebuild
+++ b/sci-calculators/units/units-2.20.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit python-r1
DESCRIPTION="Unit conversion program"