diff options
author | Peter Levine <plevine457@gmail.com> | 2023-04-07 00:09:06 -0400 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-08 15:29:55 +0200 |
commit | 6688f2d4645c4f9cead363f1566be7b05e133a54 (patch) | |
tree | 14a16791c0c47c7992f5dbd8948e8fc9953fa519 /sys-devel/distcc | |
parent | profiles/package.mask: Last rite dev-java/jython (diff) | |
download | gentoo-6688f2d4645c4f9cead363f1566be7b05e133a54.tar.gz gentoo-6688f2d4645c4f9cead363f1566be7b05e133a54.tar.bz2 gentoo-6688f2d4645c4f9cead363f1566be7b05e133a54.zip |
sys-devel/distcc: enable py3.11
Closes: https://bugs.gentoo.org/897294
Closes: https://github.com/gentoo/gentoo/pull/30509
Signed-off-by: Peter Levine <plevine457@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r-- | sys-devel/distcc/distcc-3.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/distcc/distcc-3.4-r1.ebuild b/sys-devel/distcc/distcc-3.4-r1.ebuild index 595748d35f48..c1a96f3528db 100644 --- a/sys-devel/distcc/distcc-3.4-r1.ebuild +++ b/sys-devel/distcc/distcc-3.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools flag-o-matic prefix python-single-r1 systemd |