games-kids/tuxtype: Depend on acct-group/gamestat.
authorUlrich Müller <ulm@gentoo.org>
Mon, 8 Jul 2019 08:39:15 +0000 (10:39 +0200)
committerJames Le Cuirot <chewi@gentoo.org>
Wed, 17 Jul 2019 20:03:48 +0000 (21:03 +0100)
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-kids/tuxtype/tuxtype-1.8.1-r1.ebuild

index 428594088496dd1a3167c863a46a4b5e66de8b93..5ca2f0d987ced89c26021f3790746edc79a9a68a 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils user
+inherit eutils
 
 DESCRIPTION="Typing tutorial with lots of eye-candy"
 HOMEPAGE="https://github.com/tux4kids/tuxtype"
@@ -13,7 +13,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="svg"
 
-DEPEND="media-libs/libsdl[video]
+DEPEND="acct-group/gamestat
+       media-libs/libsdl[video]
        media-libs/sdl-image
        media-libs/sdl-mixer
        media-libs/sdl-pango
@@ -23,10 +24,6 @@ RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${PN}-upstream-${PV}
 
-pkg_setup(){
-       enewgroup gamestat 36
-}
-
 src_configure() {
        econf \
                --localedir=/usr/share/locale \