Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/units/
Date: Thu, 01 Oct 2020 12:07:43
Message-Id: 1601554058.7f6f7fb99b9e5d1b6b80fe8de9a6394f81c45220.jer@gentoo
1 commit: 7f6f7fb99b9e5d1b6b80fe8de9a6394f81c45220
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 12:07:17 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 12:07:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6f7fb9
7
8 sci-calculators/units: Add python3_9 support
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 sci-calculators/units/units-2.20.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-calculators/units/units-2.20.ebuild b/sci-calculators/units/units-2.20.ebuild
17 index 5576c8c4c5c..512e983f4b3 100644
18 --- a/sci-calculators/units/units-2.20.ebuild
19 +++ b/sci-calculators/units/units-2.20.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python3_{6,7,8} )
25 +PYTHON_COMPAT=( python3_{6,7,8,9} )
26 inherit python-r1
27
28 DESCRIPTION="Unit conversion program"