diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-07-08 10:37:57 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-07-17 21:03:45 +0100 |
commit | 7a60a42a980050b74437cb1b027bef63f844b6bc (patch) | |
tree | 3ddd1c18ad28cdc085c9f805f4c0004d9b0afdff /games-arcade/xboing | |
parent | games-action/powermanga: Depend on acct-group/gamestat. (diff) | |
download | gentoo-7a60a42a980050b74437cb1b027bef63f844b6bc.tar.gz gentoo-7a60a42a980050b74437cb1b027bef63f844b6bc.tar.bz2 gentoo-7a60a42a980050b74437cb1b027bef63f844b6bc.zip |
games-arcade/xboing: 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-arcade/xboing')
-rw-r--r-- | games-arcade/xboing/xboing-2.4-r3.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games-arcade/xboing/xboing-2.4-r3.ebuild b/games-arcade/xboing/xboing-2.4-r3.ebuild index 2d0088210afb..50f62a16acc8 100644 --- a/games-arcade/xboing/xboing-2.4-r3.ebuild +++ b/games-arcade/xboing/xboing-2.4-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils user +inherit eutils DESCRIPTION="Blockout type game where you bounce a ball trying to destroy blocks" HOMEPAGE="http://www.techrescue.org/xboing/" @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="x11-libs/libXpm" +RDEPEND="acct-group/gamestat + x11-libs/libXpm" DEPEND="${RDEPEND} app-text/rman x11-misc/gccmakedep @@ -24,10 +25,6 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${PN} -pkg_setup(){ - enewgroup gamestat 36 -} - src_prepare() { epatch "${WORKDIR}"/xboing-${PV}-debian.patch epatch "${FILESDIR}"/xboing-${PV}-buffer.patch |