Skip to content

Commit

Permalink
app-arch/rpm: Add Python 3.9 compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
mattst88 committed Aug 24, 2020
1 parent c07f08c commit f7537ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-arch/rpm/rpm-4.14.2.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f7537ce

Please sign in to comment.