diff options
author | Sam James <sam@gentoo.org> | 2022-05-02 01:58:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-02 01:58:29 +0100 |
commit | 533f5c0634dbaa8f7916c97aa5e033dfc8e06125 (patch) | |
tree | 303adcfd339135bccc1b25f619d62736d6e676ca /x11-misc/revelation | |
parent | x11-misc/revelation: version bump to 0.55 (diff) | |
download | gentoo-533f5c0634dbaa8f7916c97aa5e033dfc8e06125.tar.gz gentoo-533f5c0634dbaa8f7916c97aa5e033dfc8e06125.tar.bz2 gentoo-533f5c0634dbaa8f7916c97aa5e033dfc8e06125.zip |
x11-misc/revelation: enable py3.10
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 372a596dec9d..e276a1f7f890 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_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit gnome2-utils python-single-r1 meson xdg |