Skip to content

Commit

Permalink
games-kids/tuxtype: Depend on acct-group/gamestat.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Ulrich Müller <[email protected]>
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
ulm authored and chewi committed Jul 17, 2019
1 parent 7a60a42 commit 93578f9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand All @@ -23,10 +24,6 @@ RDEPEND=${DEPEND}

S=${WORKDIR}/${PN}-upstream-${PV}

pkg_setup(){
enewgroup gamestat 36
}

src_configure() {
econf \
--localedir=/usr/share/locale \
Expand Down

0 comments on commit 93578f9

Please sign in to comment.