diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-07-08 10:42:34 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-07-17 21:03:52 +0100 |
commit | 61497ddf045cb6f1d8986cd4d8d9040b886bd168 (patch) | |
tree | fc034b7d0a8528f9f9af4818a9c5f0d2b6de941f /games-misc | |
parent | games-kids/tuxtype: Depend on acct-group/gamestat. (diff) | |
download | gentoo-61497ddf045cb6f1d8986cd4d8d9040b886bd168.tar.gz gentoo-61497ddf045cb6f1d8986cd4d8d9040b886bd168.tar.bz2 gentoo-61497ddf045cb6f1d8986cd4d8d9040b886bd168.zip |
games-misc/OilWar: 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-misc')
-rw-r--r-- | games-misc/OilWar/OilWar-1.2.1-r2.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games-misc/OilWar/OilWar-1.2.1-r2.ebuild b/games-misc/OilWar/OilWar-1.2.1-r2.ebuild index 4b1a9829d608..4e28b012ebf7 100644 --- a/games-misc/OilWar/OilWar-1.2.1-r2.ebuild +++ b/games-misc/OilWar/OilWar-1.2.1-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils gnome2-utils user +inherit eutils gnome2-utils DESCRIPTION="Evil army is attacking your country and tries to steal your oil" HOMEPAGE="http://linux.softpedia.com/get/GAMES-ENTERTAINMENT/RTS/OilWar-15354.shtml" @@ -14,15 +14,12 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="media-libs/libsdl[video] +DEPEND="acct-group/gamestat + media-libs/libsdl[video] media-libs/sdl-image[png] media-libs/sdl-mixer" RDEPEND="${DEPEND}" -pkg_setup(){ - enewgroup gamestat 36 -} - src_prepare() { default |