commit:     93578f9f6373160fa92439789b014e671fb11018
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 08:39:15 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 20:03:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93578f9f

games-kids/tuxtype: Depend on acct-group/gamestat.

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild 
b/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild
index 42859408849..5ca2f0d987c 100644
--- a/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild
+++ b/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild
@@ -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 \

Reply via email to