diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-11-05 08:56:36 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-11-05 08:56:52 +0100 |
commit | b68856aa4f014788855cb80a10c8022ae8b67a94 (patch) | |
tree | 1ba8477a9dfc6fd6ae54171230c395c44663e2eb /games-engines | |
parent | net-misc/youtube-dl: Version 2019.11.05 (diff) | |
download | gentoo-b68856aa4f014788855cb80a10c8022ae8b67a94.tar.gz gentoo-b68856aa4f014788855cb80a10c8022ae8b67a94.tar.bz2 gentoo-b68856aa4f014788855cb80a10c8022ae8b67a94.zip |
games-engines/residualvm: Simplified ebuild a bit
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/residualvm/residualvm-9999.ebuild | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/games-engines/residualvm/residualvm-9999.ebuild b/games-engines/residualvm/residualvm-9999.ebuild index 0f0a4bb4dbc3..da2087300c2d 100644 --- a/games-engines/residualvm/residualvm-9999.ebuild +++ b/games-engines/residualvm/residualvm-9999.ebuild @@ -18,7 +18,7 @@ SLOT="0" IUSE="alsa debug jpeg mpeg2 mp3 opengl png truetype vorbis zlib" # TODO: fix dynamic plugin support -# games crash without media-libs/libsdl[alsa] +# games crash without media-libs/libsdl2[alsa] RDEPEND=" media-libs/glew:0= media-libs/libsdl2[X,sound,alsa,joystick,opengl,video] @@ -80,15 +80,3 @@ src_install() { default doicon -s 256 icons/${PN}.png } - -pkg_preinst() { - xdg_pkg_preinst -} - -pkg_postinst() { - xdg_pkg_postinst -} - -pkg_postrm() { - xdg_pkg_postrm -} |