diff options
author | Richard Fröhning <misanthropos@gmx.de> | 2023-05-04 11:21:38 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-05 05:42:38 +0100 |
commit | 4051d79bbeba7f3c1ed61b047dafa7996098b3d7 (patch) | |
tree | 2c486b2552d70801ded37b86c1f8866f98feacab /x11-misc/revelation | |
parent | sys-cluster/keepalived: drop 2.2.4 (diff) | |
download | gentoo-4051d79bbeba7f3c1ed61b047dafa7996098b3d7.tar.gz gentoo-4051d79bbeba7f3c1ed61b047dafa7996098b3d7.tar.bz2 gentoo-4051d79bbeba7f3c1ed61b047dafa7996098b3d7.zip |
x11-misc/revelation: enable py3.11
Closes: https://bugs.gentoo.org/897350
Signed-off-by: Richard Fröhning <misanthropos@gmx.de>
Closes: https://github.com/gentoo/gentoo/pull/30867
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/revelation')
-rw-r--r-- | x11-misc/revelation/revelation-0.5.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/revelation/revelation-0.5.5.ebuild b/x11-misc/revelation/revelation-0.5.5.ebuild index 31deaaf42451..f31aeae6bc97 100644 --- a/x11-misc/revelation/revelation-0.5.5.ebuild +++ b/x11-misc/revelation/revelation-0.5.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit gnome2-utils python-single-r1 meson xdg |