diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-07-08 10:28:37 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-07-17 21:03:24 +0100 |
commit | 508a1d87114d511e3a1571b2573f5f7528aff8f3 (patch) | |
tree | 21b5251bef3fc520926f1622aa1710b1f91bcdf4 /games-action/chickens | |
parent | x11-terms/kitty: fix 9999 patch one more time (diff) | |
download | gentoo-508a1d87114d511e3a1571b2573f5f7528aff8f3.tar.gz gentoo-508a1d87114d511e3a1571b2573f5f7528aff8f3.tar.bz2 gentoo-508a1d87114d511e3a1571b2573f5f7528aff8f3.zip |
games-action/chickens: 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/chickens')
-rw-r--r-- | games-action/chickens/chickens-0.2.4-r1.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games-action/chickens/chickens-0.2.4-r1.ebuild b/games-action/chickens/chickens-0.2.4-r1.ebuild index a03394e64bbe..4aa9dc2a0d8c 100644 --- a/games-action/chickens/chickens-0.2.4-r1.ebuild +++ b/games-action/chickens/chickens-0.2.4-r1.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 desktop user +inherit desktop MY_P="ChickensForLinux-Linux-${PV}" DESCRIPTION="Target chickens with rockets and shotguns. Funny" @@ -16,15 +16,12 @@ KEYWORDS="~amd64 ~x86" IUSE="" RESTRICT="mirror bindist" -DEPEND="<media-libs/allegro-5" +DEPEND="acct-group/gamestat + <media-libs/allegro-5" RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} -pkg_setup(){ - enewgroup gamestat 36 -} - src_prepare() { default |