summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild')
-rw-r--r--games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild9
1 files 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 428594088496..5ca2f0d987ce 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 \