diff options
author | Matthew S. Turnbull <sparky@bluefang-logic.com> | 2022-12-19 20:38:52 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-24 07:04:02 +0000 |
commit | 1c4c58f3c4d9d11a0b0ade9c4b67b9d9ab7282fb (patch) | |
tree | 217785f9cca07a4d6936ed9c4d9da1dad5608890 /gnome-extra/nemo | |
parent | app-accessibility/caribou: drop 0.4.21-r4 (diff) | |
download | gentoo-1c4c58f3c4d9d11a0b0ade9c4b67b9d9ab7282fb.tar.gz gentoo-1c4c58f3c4d9d11a0b0ade9c4b67b9d9ab7282fb.tar.bz2 gentoo-1c4c58f3c4d9d11a0b0ade9c4b67b9d9ab7282fb.zip |
gnome-extra/nemo: Update PYTHON_COMPAT
Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gnome-extra/nemo')
-rw-r--r-- | gnome-extra/nemo/nemo-5.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-extra/nemo/nemo-5.6.1.ebuild b/gnome-extra/nemo/nemo-5.6.1.ebuild index fda714055f88..1ce1b517b495 100644 --- a/gnome-extra/nemo/nemo-5.6.1.ebuild +++ b/gnome-extra/nemo/nemo-5.6.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8,9,10,11} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit meson gnome2-utils python-single-r1 readme.gentoo-r1 virtualx xdg |