diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-07-08 10:30:56 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-07-17 21:03:27 +0100 |
commit | b91406bbf46d932b774b4fbec25efb4cf4e9862c (patch) | |
tree | 66994752067436c8ee93515bbab7f7e78bea7357 /games-action | |
parent | games-action/chickens: Depend on acct-group/gamestat. (diff) | |
download | gentoo-b91406bbf46d932b774b4fbec25efb4cf4e9862c.tar.gz gentoo-b91406bbf46d932b774b4fbec25efb4cf4e9862c.tar.bz2 gentoo-b91406bbf46d932b774b4fbec25efb4cf4e9862c.zip |
games-action/geki2-KXL: 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-action')
-rw-r--r-- | games-action/geki2-KXL/geki2-KXL-2.0.3-r3.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games-action/geki2-KXL/geki2-KXL-2.0.3-r3.ebuild b/games-action/geki2-KXL/geki2-KXL-2.0.3-r3.ebuild index 9512cd8bffc6..c6ee48cce75e 100644 --- a/games-action/geki2-KXL/geki2-KXL-2.0.3-r3.ebuild +++ b/games-action/geki2-KXL/geki2-KXL-2.0.3-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools desktop user +inherit autotools desktop DESCRIPTION="2D length scroll shooting game" HOMEPAGE="http://triring.net/ps2linux/games/kxl/kxlgames.html" @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-games/KXL" +DEPEND="acct-group/gamestat + dev-games/KXL" RDEPEND="${DEPEND} media-fonts/font-adobe-100dpi" @@ -24,10 +25,6 @@ PATCHES=( "${FILESDIR}"/${P}-paths.patch ) -pkg_setup(){ - enewgroup gamestat 36 -} - src_prepare() { default rm -f missing |