diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-16 16:31:02 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-16 16:47:45 +0300 |
commit | 09b73d7031d9aeedab0038d4b3e134cab349296a (patch) | |
tree | e8a0400679b477fe6a0c14496d7a4500f0e532c5 /x11-misc | |
parent | app-i18n/ibus-chewing: new snapshot (diff) | |
download | gentoo-09b73d7031d9aeedab0038d4b3e134cab349296a.tar.gz gentoo-09b73d7031d9aeedab0038d4b3e134cab349296a.tar.bz2 gentoo-09b73d7031d9aeedab0038d4b3e134cab349296a.zip |
x11-misc/revelation: enable py3.9
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/revelation/revelation-0.5.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/revelation/revelation-0.5.4-r1.ebuild b/x11-misc/revelation/revelation-0.5.4-r1.ebuild index e7a9a4ea2c77..61972b294f01 100644 --- a/x11-misc/revelation/revelation-0.5.4-r1.ebuild +++ b/x11-misc/revelation/revelation-0.5.4-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit gnome2-utils python-single-r1 meson xdg |