diff options
author | Andreas Zuber <a.zuber@gmx.ch> | 2020-09-21 15:13:52 +0200 |
---|---|---|
committer | Andreas Zuber <a.zuber@gmx.ch> | 2020-09-21 15:13:52 +0200 |
commit | 650dc75870a8e23b944eaad863ec313aa28be3f6 (patch) | |
tree | 32c7408daf1ee03b346a8b41e302e06fa68f7a99 /games-util | |
parent | games-util/minigalaxy: python 3.9 support (diff) | |
download | guru-650dc75870a8e23b944eaad863ec313aa28be3f6.tar.gz guru-650dc75870a8e23b944eaad863ec313aa28be3f6.tar.bz2 guru-650dc75870a8e23b944eaad863ec313aa28be3f6.zip |
games-util/minigalaxy: replace eutils and xdg-utils
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Zuber <a.zuber@gmx.ch>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/minigalaxy/minigalaxy-0.9.4.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games-util/minigalaxy/minigalaxy-0.9.4.ebuild b/games-util/minigalaxy/minigalaxy-0.9.4.ebuild index 73a63630c..b3244cd10 100644 --- a/games-util/minigalaxy/minigalaxy-0.9.4.ebuild +++ b/games-util/minigalaxy/minigalaxy-0.9.4.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 eutils xdg-utils +inherit distutils-r1 optfeature xdg DESCRIPTION="A simple GOG client for Linux" HOMEPAGE="https://github.com/sharkwouter/minigalaxy" @@ -32,12 +32,6 @@ python_test() { } pkg_postinst() { - xdg_icon_cache_update - optfeature "running games with system dosbox" games-emulation/dosbox optfeature "running games with system scummvm" games-engines/scummvm } - -pkg_postrm() { - xdg_icon_cache_update -} |