diff options
author | Sam James <sam@gentoo.org> | 2021-05-30 08:42:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-30 09:52:51 +0000 |
commit | 70da11a07b643063a4062572a3dccd53992ee9ec (patch) | |
tree | a9887516e58c72fe947618b59035fb9e4fd23d58 /dev-vcs/subversion | |
parent | dev-perl/FFI-CheckLib: ppc64 stable wrt bug #792825 (diff) | |
download | gentoo-70da11a07b643063a4062572a3dccd53992ee9ec.tar.gz gentoo-70da11a07b643063a4062572a3dccd53992ee9ec.tar.bz2 gentoo-70da11a07b643063a4062572a3dccd53992ee9ec.zip |
dev-vcs/subversion: add Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/subversion')
-rw-r--r-- | dev-vcs/subversion/subversion-1.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/subversion/subversion-1.14.1.ebuild b/dev-vcs/subversion/subversion-1.14.1.ebuild index 8b2a3c3cda41..164331d9933e 100644 --- a/dev-vcs/subversion/subversion-1.14.1.ebuild +++ b/dev-vcs/subversion/subversion-1.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) USE_RUBY="ruby26 ruby25 ruby24" DISTUTILS_OPTIONAL=1 WANT_AUTOMAKE="none" |