diff options
author | Tristan Heaven <tristan@gentoo.org> | 2007-09-12 11:12:58 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2007-09-12 11:12:58 +0000 |
commit | 2747acbcb5a95b2dbc74244deb29b666e63d91e1 (patch) | |
tree | 791152a21b41fbaa091d37c7d0c6cb76fdff821c /games-strategy/glob2/glob2-0.9.1.ebuild | |
parent | Keyworded ~x86-fbsd (diff) | |
download | historical-2747acbcb5a95b2dbc74244deb29b666e63d91e1.tar.gz historical-2747acbcb5a95b2dbc74244deb29b666e63d91e1.tar.bz2 historical-2747acbcb5a95b2dbc74244deb29b666e63d91e1.zip |
Depend on >=dev-util/scons-0.97, bug #191984
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'games-strategy/glob2/glob2-0.9.1.ebuild')
-rw-r--r-- | games-strategy/glob2/glob2-0.9.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/glob2/glob2-0.9.1.ebuild b/games-strategy/glob2/glob2-0.9.1.ebuild index 9ddc78c212e5..58e622951157 100644 --- a/games-strategy/glob2/glob2-0.9.1.ebuild +++ b/games-strategy/glob2/glob2-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.1.ebuild,v 1.1 2007/09/10 00:47:51 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.1.ebuild,v 1.2 2007/09/12 11:12:58 nyhm Exp $ inherit eutils games @@ -23,7 +23,7 @@ RDEPEND="virtual/opengl media-libs/libvorbis media-libs/speex" DEPEND="${RDEPEND} - dev-util/scons" + >=dev-util/scons-0.97" src_compile() { scons \ |