diff options
Diffstat (limited to 'games-arcade/xboing/xboing-2.4-r3.ebuild')
-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 |