diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2009-10-28 08:11:13 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2009-10-28 08:11:13 +0000 |
commit | adf9e7b765549066ac78074cd148452d40bec2db (patch) | |
tree | ec452e12c7068e1eb168db67d1ddc08fcf864ee1 /games-strategy | |
parent | Version bump to 0.0.14 Bug #287221 (diff) | |
download | gentoo-2-adf9e7b765549066ac78074cd148452d40bec2db.tar.gz gentoo-2-adf9e7b765549066ac78074cd148452d40bec2db.tar.bz2 gentoo-2-adf9e7b765549066ac78074cd148452d40bec2db.zip |
Adding dev-util/scons to DEPEND
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-strategy')
-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} |