diff options
author | Ben Kohler <bkohler@gentoo.org> | 2021-02-24 15:44:02 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-02-25 06:02:35 -0600 |
commit | b8e79ba18a45f20b0380548baf9be9db5768530c (patch) | |
tree | fbe4c9db5f2d2861577b3103d370384806ff7295 /gnome-base | |
parent | dev-python/sphinx-gallery: Stabilize 0.8.1 ppc64, #749519 (diff) | |
download | gentoo-b8e79ba18a45f20b0380548baf9be9db5768530c.tar.gz gentoo-b8e79ba18a45f20b0380548baf9be9db5768530c.tar.bz2 gentoo-b8e79ba18a45f20b0380548baf9be9db5768530c.zip |
gnome-base/gnome-shell: add python3_9 support
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-3.38.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/gnome-shell/gnome-shell-3.38.3.ebuild b/gnome-base/gnome-shell/gnome-shell-3.38.3.ebuild index 4a02aca91be1..c34921539525 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.38.3.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.38.3.ebuild @@ -1,8 +1,8 @@ -# 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_{7,8,9} ) inherit gnome.org gnome2-utils meson python-single-r1 virtualx xdg |