diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2021-05-23 10:39:51 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-05-23 11:04:41 +0200 |
commit | 9de4825ab4ae9e9ea32658e03f237088420aa835 (patch) | |
tree | b75a7c3df001b07859cae3340e2a8bbe7bc4a11e /dev-java/java-config | |
parent | media-video/motiontrack: fix build with /bin/sh != bash (diff) | |
download | gentoo-9de4825ab4ae9e9ea32658e03f237088420aa835.tar.gz gentoo-9de4825ab4ae9e9ea32658e03f237088420aa835.tar.bz2 gentoo-9de4825ab4ae9e9ea32658e03f237088420aa835.zip |
dev-java/java-config: py39
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/20944
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/java-config')
-rw-r--r-- | dev-java/java-config/java-config-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/java-config/java-config-9999.ebuild b/dev-java/java-config/java-config-9999.ebuild index 44dee61b0d82..9a077f8db5a2 100644 --- a/dev-java/java-config/java-config-9999.ebuild +++ b/dev-java/java-config/java-config-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 # jython depends on java-config, so don't add it or things will break -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,9} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 |