diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-04-01 16:06:57 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-04-01 16:06:57 -0400 |
commit | 5ce3e68e06ac7d0c6b4354331ccbc744168788fd (patch) | |
tree | 31a5f8e1f062b526daf7d7d6b9d7112d519a294e /games-strategy | |
parent | games-engines/frobtads: version bump (diff) | |
download | gentoo-5ce3e68e06ac7d0c6b4354331ccbc744168788fd.tar.gz gentoo-5ce3e68e06ac7d0c6b4354331ccbc744168788fd.tar.bz2 gentoo-5ce3e68e06ac7d0c6b4354331ccbc744168788fd.zip |
games-strategy/wargus-data: wargus is needed for wartool (bug #578340)
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wargus-data/wargus-data-0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-strategy/wargus-data/wargus-data-0.ebuild b/games-strategy/wargus-data/wargus-data-0.ebuild index f41e354d016c..414051578f78 100644 --- a/games-strategy/wargus-data/wargus-data-0.ebuild +++ b/games-strategy/wargus-data/wargus-data-0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,9 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" +# wargus is needed for wartool (bug #578340) DEPEND="${RDEPEND} + games-strategy/wargus media-sound/cdparanoia media-sound/timidity++ media-video/ffmpeg2theora" |