commit:     2ab336174fa31e66898e0fe545e29800cf251d6a
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Mon Jan 30 18:21:47 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 18:21:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ab33617

games-engines/easyrpg-player: Use xdg.eclass instead of xdg-utils.eclass

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 games-engines/easyrpg-player/easyrpg-player-0.7.0.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/games-engines/easyrpg-player/easyrpg-player-0.7.0.ebuild 
b/games-engines/easyrpg-player/easyrpg-player-0.7.0.ebuild
index a7b0d4c60..357407d28 100644
--- a/games-engines/easyrpg-player/easyrpg-player-0.7.0.ebuild
+++ b/games-engines/easyrpg-player/easyrpg-player-0.7.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake xdg-utils
+inherit cmake xdg
 
 DESCRIPTION="RPG Maker 2000/2003 and EasyRPG games interpreter"
 HOMEPAGE="https://easyrpg.org/player/";
@@ -71,6 +71,3 @@ src_configure() {
 src_test() {
        cmake_build check
 }
-
-pkg_postrm() { xdg_mimeinfo_database_update; }
-pkg_postinst() { xdg_mimeinfo_database_update; }

Reply via email to