From 93578f9f6373160fa92439789b014e671fb11018 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Mon, 8 Jul 2019 10:39:15 +0200 Subject: [PATCH] games-kids/tuxtype: Depend on acct-group/gamestat. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Ulrich Müller Signed-off-by: James Le Cuirot --- 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 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 \ -- 2.26.2