commit: 77fd751e9a3789db57bd77f8f7b4d7de70490965 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun May 4 18:23:04 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 4 18:40:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77fd751e
games-emulation/m64py: Add xdg_icon_cache_update Closes: https://bugs.gentoo.org/954845 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> games-emulation/m64py/m64py-0.3.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/games-emulation/m64py/m64py-0.3.0.ebuild b/games-emulation/m64py/m64py-0.3.0.ebuild index 05c615e5a311..0a02e434165b 100644 --- a/games-emulation/m64py/m64py-0.3.0.ebuild +++ b/games-emulation/m64py/m64py-0.3.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit distutils-r1 qmake-utils xdg-utils @@ -61,8 +61,10 @@ python_compile() { pkg_postinst() { xdg_desktop_database_update + xdg_icon_cache_update } pkg_postrm() { xdg_desktop_database_update + xdg_icon_cache_update }
