Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wargus-data/
Date: Fri, 01 Apr 2016 20:07:13
Message-Id: 1459541217.5ce3e68e06ac7d0c6b4354331ccbc744168788fd.mr_bones_@gentoo
1 commit: 5ce3e68e06ac7d0c6b4354331ccbc744168788fd
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 20:06:57 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 20:06:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce3e68e
7
8 games-strategy/wargus-data: wargus is needed for wartool (bug #578340)
9
10 Package-Manager: portage-2.2.26
11
12 games-strategy/wargus-data/wargus-data-0.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/games-strategy/wargus-data/wargus-data-0.ebuild b/games-strategy/wargus-data/wargus-data-0.ebuild
16 index f41e354..4140515 100644
17 --- a/games-strategy/wargus-data/wargus-data-0.ebuild
18 +++ b/games-strategy/wargus-data/wargus-data-0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -14,7 +14,9 @@ SLOT="0"
26 KEYWORDS="amd64 x86"
27 IUSE=""
28
29 +# wargus is needed for wartool (bug #578340)
30 DEPEND="${RDEPEND}
31 + games-strategy/wargus
32 media-sound/cdparanoia
33 media-sound/timidity++
34 media-video/ffmpeg2theora"