summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-07-08 10:39:15 +0200
committerJames Le Cuirot <chewi@gentoo.org>2019-07-17 21:03:48 +0100
commit93578f9f6373160fa92439789b014e671fb11018 (patch)
treeb925822203b8a0d63109e1e80986ab506d60ce27 /games-kids
parentgames-arcade/xboing: Depend on acct-group/gamestat. (diff)
downloadgentoo-93578f9f6373160fa92439789b014e671fb11018.tar.gz
gentoo-93578f9f6373160fa92439789b014e671fb11018.tar.bz2
gentoo-93578f9f6373160fa92439789b014e671fb11018.zip
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@gentoo.org> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-kids')
-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 \