diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-11-16 02:17:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-11-16 02:17:23 +0000 |
commit | c1899c1dda2d5aebcc1877ecd4952f07f3611c2b (patch) | |
tree | addb873475158fae0a46b7bd75ffd09aa207e600 /games-strategy/warzone2100 | |
parent | Forgot to add metadata.xml change to last ChangeLog entry. (diff) | |
download | gentoo-2-c1899c1dda2d5aebcc1877ecd4952f07f3611c2b.tar.gz gentoo-2-c1899c1dda2d5aebcc1877ecd4952f07f3611c2b.tar.bz2 gentoo-2-c1899c1dda2d5aebcc1877ecd4952f07f3611c2b.zip |
needs bison to build (bug #390689)
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'games-strategy/warzone2100')
-rw-r--r-- | games-strategy/warzone2100/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/warzone2100/warzone2100-2.3.9.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/games-strategy/warzone2100/ChangeLog b/games-strategy/warzone2100/ChangeLog index 8a5bb6473dbf..a4157f35da1c 100644 --- a/games-strategy/warzone2100/ChangeLog +++ b/games-strategy/warzone2100/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/warzone2100 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.68 2011/10/27 02:33:45 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.69 2011/11/16 02:17:23 mr_bones_ Exp $ + + 16 Nov 2011; Michael Sterrett <mr_bones_@gentoo.org> + warzone2100-2.3.9.ebuild: + needs bison to build (bug #390689) *warzone2100-2.3.9 (27 Oct 2011) diff --git a/games-strategy/warzone2100/warzone2100-2.3.9.ebuild b/games-strategy/warzone2100/warzone2100-2.3.9.ebuild index 53815d32bdf3..74dde75d6763 100644 --- a/games-strategy/warzone2100/warzone2100-2.3.9.ebuild +++ b/games-strategy/warzone2100/warzone2100-2.3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.9.ebuild,v 1.1 2011/10/27 02:33:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.9.ebuild,v 1.2 2011/11/16 02:17:23 mr_bones_ Exp $ EAPI=2 inherit autotools versionator games @@ -34,6 +34,7 @@ RDEPEND="dev-db/sqlite:3 virtual/opengl nls? ( virtual/libintl )" DEPEND="${RDEPEND} + sys-devel/bison app-arch/zip dev-util/pkgconfig nls? ( sys-devel/gettext )" |