diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-06-03 02:19:44 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-06-03 02:31:33 -0400 |
commit | c7cc54b37b56f01e0446d812647dcadbfcb2ba12 (patch) | |
tree | b59403eacaba08f1edbbc1edabdfe1d01c996294 /x11-misc | |
parent | media-libs/libdvbcsa: add ppc keyword (diff) | |
download | gentoo-c7cc54b37b56f01e0446d812647dcadbfcb2ba12.tar.gz gentoo-c7cc54b37b56f01e0446d812647dcadbfcb2ba12.tar.bz2 gentoo-c7cc54b37b56f01e0446d812647dcadbfcb2ba12.zip |
x11-misc/fbpanel: add python3_9
3_10 left out as it currently breaks build
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/fbpanel/fbpanel-7.0-r2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-misc/fbpanel/fbpanel-7.0-r2.ebuild b/x11-misc/fbpanel/fbpanel-7.0-r2.ebuild index 1014743e1e72..bec7e0e0220b 100644 --- a/x11-misc/fbpanel/fbpanel-7.0-r2.ebuild +++ b/x11-misc/fbpanel/fbpanel-7.0-r2.ebuild @@ -1,8 +1,10 @@ -# 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_{7,8} ) + +PYTHON_COMPAT=( python3_{8,9} ) + inherit python-any-r1 toolchain-funcs DESCRIPTION="light-weight X11 desktop panel" |