diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-07-08 10:32:15 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-07-17 21:03:31 +0100 |
commit | 6a1d52d53d2db30509f7d5fbde8d71bba5dbab00 (patch) | |
tree | 53ad1e9477449e9e9b89cba9eb17053481dfa8be /games-action | |
parent | games-action/geki2-KXL: Depend on acct-group/gamestat. (diff) | |
download | gentoo-6a1d52d53d2db30509f7d5fbde8d71bba5dbab00.tar.gz gentoo-6a1d52d53d2db30509f7d5fbde8d71bba5dbab00.tar.bz2 gentoo-6a1d52d53d2db30509f7d5fbde8d71bba5dbab00.zip |
games-action/geki3-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/geki3-KXL/geki3-KXL-1.0.3-r3.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games-action/geki3-KXL/geki3-KXL-1.0.3-r3.ebuild b/games-action/geki3-KXL/geki3-KXL-1.0.3-r3.ebuild index 5b1864c88bc7..0e4d54af565c 100644 --- a/games-action/geki3-KXL/geki3-KXL-1.0.3-r3.ebuild +++ b/games-action/geki3-KXL/geki3-KXL-1.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" @@ -23,10 +24,6 @@ PATCHES=( "${FILESDIR}"/${P}-paths.patch ) -pkg_setup(){ - enewgroup gamestat 36 -} - src_prepare() { default rm -f missing |