commit: 8cb4e7fc58f8d0d7318b57f2c180ad600f2e5dee Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Apr 14 18:03:08 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Apr 14 18:11:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb4e7fc
media-gfx/entangle: EAPI 8, py3.12 Closes: https://bugs.gentoo.org/929615 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> media-gfx/entangle/entangle-3.0-r3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/entangle/entangle-3.0-r3.ebuild b/media-gfx/entangle/entangle-3.0-r3.ebuild index 73c99698dd3a..575c7d78c119 100644 --- a/media-gfx/entangle/entangle-3.0-r3.ebuild +++ b/media-gfx/entangle/entangle-3.0-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit gnome2-utils meson python-single-r1 xdg-utils
