summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Misbakh-Soloviov <mva@gentoo.org>2023-04-30 03:18:34 +0700
committerVadim Misbakh-Soloviov <mva@gentoo.org>2023-04-30 03:18:34 +0700
commit1e91c500bd200af46e687674d6698ce3203b0b14 (patch)
tree9a3308d909e7ac8804babcbf739e46f32150299d /games-puzzle
parentgames-puzzle/phlipple: bump + add patch (diff)
downloadgamerlay-1e91c500bd200af46e687674d6698ce3203b0b14.tar.gz
gamerlay-1e91c500bd200af46e687674d6698ce3203b0b14.tar.bz2
gamerlay-1e91c500bd200af46e687674d6698ce3203b0b14.zip
games-puzzle/spirits: drop eutils
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/spirits/spirits-1.0.1-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-puzzle/spirits/spirits-1.0.1-r1.ebuild b/games-puzzle/spirits/spirits-1.0.1-r1.ebuild
index a015842..a6323d3 100644
--- a/games-puzzle/spirits/spirits-1.0.1-r1.ebuild
+++ b/games-puzzle/spirits/spirits-1.0.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
MY_PN="Spirits"
-inherit desktop eutils
+inherit desktop wrapper
DESCRIPTION="Save the spirits of leaf litters"
HOMEPAGE="https://www.spacesofplay.com/spirits/"
@@ -51,8 +51,8 @@ src_install() {
doexe "${binary}"
# install shortcuts
- make_wrapper "${PN}" "./${binary}" "${dir}" "${dir}/${libdir}" || die "install shortcut"
- make_desktop_entry "${PN}" "${MY_PN}" "${PN}"
+ make_wrapper "${PN}" "./${binary}" "${dir}" "${dir}/${libdir}" || die
+ make_desktop_entry "${PN}" "${MY_PN}" "${PN}" || die
}
pkg_postinstall() {