diff options
Diffstat (limited to 'games-action/maelstrom/maelstrom-3.0.6-r3.ebuild')
-rw-r--r-- | games-action/maelstrom/maelstrom-3.0.6-r3.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/games-action/maelstrom/maelstrom-3.0.6-r3.ebuild b/games-action/maelstrom/maelstrom-3.0.6-r3.ebuild index bd1110643dbe..db33e84ab966 100644 --- a/games-action/maelstrom/maelstrom-3.0.6-r3.ebuild +++ b/games-action/maelstrom/maelstrom-3.0.6-r3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils user +inherit autotools eutils MY_P=Maelstrom-${PV} DESCRIPTION="An asteroids battle game" @@ -14,8 +14,9 @@ SLOT="0" LICENSE="GPL-2" IUSE="" -DEPEND="media-libs/libsdl[sound,joystick,video] - media-libs/sdl-net" +DEPEND="acct-group/gamestat + media-libs/libsdl[sound,joystick,video] + media-libs/sdl-net" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} @@ -28,10 +29,6 @@ PATCHES=( "${FILESDIR}"/${P}-gcc53.patch ) -pkg_setup(){ - enewgroup gamestat 36 -} - src_prepare() { default |