Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/rpm/
Date: Mon, 24 Aug 2020 22:24:46
Message-Id: 1598307824.f7537ce8b828fd19ec862bc3c1ae410b5290807e.mattst88@gentoo
1 commit: f7537ce8b828fd19ec862bc3c1ae410b5290807e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 22:23:26 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 24 22:23:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7537ce8
7
8 app-arch/rpm: Add Python 3.9 compatibility
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-arch/rpm/rpm-4.14.2.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-arch/rpm/rpm-4.14.2.1-r1.ebuild b/app-arch/rpm/rpm-4.14.2.1-r1.ebuild
16 index c1b09818389..f4a6a46bc5e 100644
17 --- a/app-arch/rpm/rpm-4.14.2.1-r1.ebuild
18 +++ b/app-arch/rpm/rpm-4.14.2.1-r1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python3_{6,7,8} )
24 +PYTHON_COMPAT=( python3_{6,7,8,9} )
25
26 inherit autotools flag-o-matic perl-module python-single-r1 eapi7-ver