diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-07-08 10:33:36 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-07-17 21:03:34 +0100 |
commit | b0cb31a63565675c98224ba65e203c1edfe18039 (patch) | |
tree | ee2b328ab7710b8eb9919d952adb54cf806f125d /games-action/maelstrom | |
parent | games-action/geki3-KXL: Depend on acct-group/gamestat. (diff) | |
download | gentoo-b0cb31a63565675c98224ba65e203c1edfe18039.tar.gz gentoo-b0cb31a63565675c98224ba65e203c1edfe18039.tar.bz2 gentoo-b0cb31a63565675c98224ba65e203c1edfe18039.zip |
games-action/maelstrom: Depend on acct-group/gamestat.
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-action/maelstrom')
-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 |