summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-16 22:38:48 +0100
committerSam James <sam@gentoo.org>2021-04-18 07:02:06 +0100
commiteac1456dcdead7243c8928cec86bc6dc41b2c2a5 (patch)
tree8c912ca720882e15a23136ea1c479b49694a7f3d /games-engines
parentgames-emulation/emutos: use BDEPEND for app-arch/unzip (diff)
downloadgentoo-eac1456dcdead7243c8928cec86bc6dc41b2c2a5.tar.gz
gentoo-eac1456dcdead7243c8928cec86bc6dc41b2c2a5.tar.bz2
gentoo-eac1456dcdead7243c8928cec86bc6dc41b2c2a5.zip
games-engines/residualvm: blank line after EAPI, drop empty IUSE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/residualvm/residualvm-0.2.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-engines/residualvm/residualvm-0.2.1-r1.ebuild b/games-engines/residualvm/residualvm-0.2.1-r1.ebuild
index 15565c002aeb..0b48c1cad74d 100644
--- a/games-engines/residualvm/residualvm-0.2.1-r1.ebuild
+++ b/games-engines/residualvm/residualvm-0.2.1-r1.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils toolchain-funcs gnome2-utils
+
+inherit desktop toolchain-funcs gnome2-utils
DESCRIPTION="A cross-platform 3D game interpreter for play LucasArts' LUA-based 3D adventures"
HOMEPAGE="https://www.residualvm.org/"
@@ -11,7 +12,6 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-sources.tar.bz2"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
# TODO: fix dynamic plugin support
# games crash without media-libs/libsdl[alsa]