diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-12-31 17:04:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-12-31 17:04:21 +0000 |
commit | 97a77fda06586b1d1a42b6a707bd603d61ed24c1 (patch) | |
tree | c4013e82269bd15995840bf4e4e9fb1c41f1d37d /games-strategy/wesnoth | |
parent | stable x86, bug 297119 (diff) | |
download | gentoo-2-97a77fda06586b1d1a42b6a707bd603d61ed24c1.tar.gz gentoo-2-97a77fda06586b1d1a42b6a707bd603d61ed24c1.tar.bz2 gentoo-2-97a77fda06586b1d1a42b6a707bd603d61ed24c1.zip |
needs lua to build as well (bug #299068)
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.7.11.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index fbbbfae630d6..ffe39eaf4b66 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/wesnoth # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.163 2009/12/31 14:28:02 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.164 2009/12/31 17:04:21 mr_bones_ Exp $ + + 31 Dec 2009; Michael Sterrett <mr_bones_@gentoo.org> + wesnoth-1.7.11.ebuild: + needs lua to build as well (bug #299068) 31 Dec 2009; Brent Baude <ranger@gentoo.org> wesnoth-1.6.5.ebuild: Marking wesnoth-1.6.5 ppc64 for bug 288631 diff --git a/games-strategy/wesnoth/wesnoth-1.7.11.ebuild b/games-strategy/wesnoth/wesnoth-1.7.11.ebuild index 9c4d1b10ce77..a98ef96a0c45 100644 --- a/games-strategy/wesnoth/wesnoth-1.7.11.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.7.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.7.11.ebuild,v 1.1 2009/12/30 21:30:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.7.11.ebuild,v 1.2 2009/12/31 17:04:21 mr_bones_ Exp $ EAPI=2 inherit cmake-utils eutils toolchain-funcs flag-o-matic games @@ -22,6 +22,7 @@ RDEPEND=">=media-libs/libsdl-1.2.7[video,X] dev-libs/boost sys-libs/zlib x11-libs/pango + dev-lang/lua media-libs/fontconfig virtual/libintl" DEPEND="${RDEPEND} |