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>
# 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"
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
S=${WORKDIR}/${PN}-upstream-${PV}
-pkg_setup(){
- enewgroup gamestat 36
-}
-
src_configure() {
econf \
--localedir=/usr/share/locale \