From 7a60a42a980050b74437cb1b027bef63f844b6bc Mon Sep 17 00:00:00 2001
From: Ulrich Müller <ulm@gentoo.org>
Date: Mon, 8 Jul 2019 10:37:57 +0200
Subject: games-arcade/xboing: 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 <ulm@gentoo.org>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
---
 games-arcade/xboing/xboing-2.4-r3.ebuild | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

(limited to 'games-arcade')

diff --git a/games-arcade/xboing/xboing-2.4-r3.ebuild b/games-arcade/xboing/xboing-2.4-r3.ebuild
index 2d0088210afb..50f62a16acc8 100644
--- a/games-arcade/xboing/xboing-2.4-r3.ebuild
+++ b/games-arcade/xboing/xboing-2.4-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit eutils user
+inherit eutils
 
 DESCRIPTION="Blockout type game where you bounce a ball trying to destroy blocks"
 HOMEPAGE="http://www.techrescue.org/xboing/"
@@ -15,7 +15,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="x11-libs/libXpm"
+RDEPEND="acct-group/gamestat
+	x11-libs/libXpm"
 DEPEND="${RDEPEND}
 	app-text/rman
 	x11-misc/gccmakedep
@@ -24,10 +25,6 @@ DEPEND="${RDEPEND}
 
 S=${WORKDIR}/${PN}
 
-pkg_setup(){
-	enewgroup gamestat 36
-}
-
 src_prepare() {
 	epatch "${WORKDIR}"/xboing-${PV}-debian.patch
 	epatch "${FILESDIR}"/xboing-${PV}-buffer.patch
-- 
cgit v1.2.3-65-gdbad