diff options
-rw-r--r-- | games-strategy/widelands/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/widelands/widelands-0.0.14.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-strategy/widelands/ChangeLog b/games-strategy/widelands/ChangeLog index 31c933463c2c..7271c56d708d 100644 --- a/games-strategy/widelands/ChangeLog +++ b/games-strategy/widelands/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/widelands # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/widelands/ChangeLog,v 1.19 2009/10/28 07:59:55 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/widelands/ChangeLog,v 1.20 2009/10/28 08:11:13 tupone Exp $ + + 28 Oct 2009; Tupone Alfredo <tupone@gentoo.org> widelands-0.0.14.ebuild: + Adding dev-util/scons to DEPEND *widelands-0.0.14 (27 Oct 2009) diff --git a/games-strategy/widelands/widelands-0.0.14.ebuild b/games-strategy/widelands/widelands-0.0.14.ebuild index 526504c6c93c..98a5b49e713f 100644 --- a/games-strategy/widelands/widelands-0.0.14.ebuild +++ b/games-strategy/widelands/widelands-0.0.14.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/widelands/widelands-0.0.14.ebuild,v 1.1 2009/10/28 07:59:55 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/widelands/widelands-0.0.14.ebuild,v 1.2 2009/10/28 08:11:13 tupone Exp $ EAPI=2 inherit toolchain-funcs eutils versionator games @@ -26,7 +26,8 @@ RDEPEND="media-libs/libsdl dev-games/ggz-client-libs" DEPEND="${RDEPEND} - app-arch/p7zip" + app-arch/p7zip + dev-util/scons" S=${WORKDIR}/${PN} |