diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-06-16 12:06:44 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-06-16 12:16:26 +0200 |
commit | f7d39f2e75704d8e167c034b8a03b558edfe5155 (patch) | |
tree | cf627e2f50f7ad2418aec311ed11abf111555d70 /media-gfx | |
parent | media-sound/soundconverter: add 4.0.5 (diff) | |
download | gentoo-f7d39f2e75704d8e167c034b8a03b558edfe5155.tar.gz gentoo-f7d39f2e75704d8e167c034b8a03b558edfe5155.tar.bz2 gentoo-f7d39f2e75704d8e167c034b8a03b558edfe5155.zip |
media-gfx/eog-plugins: disable py3.9
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/eog-plugins/eog-plugins-44.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/eog-plugins/eog-plugins-44.0-r2.ebuild b/media-gfx/eog-plugins/eog-plugins-44.0-r2.ebuild index 899a7f28408d..c02c12cfafba 100644 --- a/media-gfx/eog-plugins/eog-plugins-44.0-r2.ebuild +++ b/media-gfx/eog-plugins/eog-plugins-44.0-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit gnome.org meson python-single-r1 |