From b0cb31a63565675c98224ba65e203c1edfe18039 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Mon, 8 Jul 2019 10:33:36 +0200 Subject: games-action/maelstrom: Depend on acct-group/gamestat. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Ulrich Müller Signed-off-by: James Le Cuirot --- games-action/maelstrom/maelstrom-3.0.6-r3.ebuild | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'games-action/maelstrom') 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 -- cgit v1.2.3-65-gdbad