diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-08-24 15:23:26 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-08-24 15:23:44 -0700 |
commit | f7537ce8b828fd19ec862bc3c1ae410b5290807e (patch) | |
tree | 9fcb538521187faec41f706532a545d18ec8683e /app-arch/rpm | |
parent | dev-python/pyxdg: Add Python 3.9 compatibility (diff) | |
download | gentoo-f7537ce8b828fd19ec862bc3c1ae410b5290807e.tar.gz gentoo-f7537ce8b828fd19ec862bc3c1ae410b5290807e.tar.bz2 gentoo-f7537ce8b828fd19ec862bc3c1ae410b5290807e.zip |
app-arch/rpm: Add Python 3.9 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-arch/rpm')
-rw-r--r-- | app-arch/rpm/rpm-4.14.2.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/rpm/rpm-4.14.2.1-r1.ebuild b/app-arch/rpm/rpm-4.14.2.1-r1.ebuild index c1b09818389d..f4a6a46bc5ea 100644 --- a/app-arch/rpm/rpm-4.14.2.1-r1.ebuild +++ b/app-arch/rpm/rpm-4.14.2.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit autotools flag-o-matic perl-module python-single-r1 eapi7-ver |