diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-16 20:09:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-16 20:09:53 +0000 |
commit | 0f7aff70f355e3d41352f21278f46d4a727e5a63 (patch) | |
tree | 368f6c62970994fdacbb08467313b6d5405b3bdd /dev-games | |
parent | sparc, mips (Manifest recommit) (diff) | |
download | gentoo-2-0f7aff70f355e3d41352f21278f46d4a727e5a63.tar.gz gentoo-2-0f7aff70f355e3d41352f21278f46d4a727e5a63.tar.bz2 gentoo-2-0f7aff70f355e3d41352f21278f46d4a727e5a63.zip |
depend on dev-util/jam (bug #54101)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/crystalspace/ChangeLog | 6 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-20040604.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog index 78658b6b960a..ddb802fa1a6e 100644 --- a/dev-games/crystalspace/ChangeLog +++ b/dev-games/crystalspace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-games/crystalspace # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.6 2004/06/05 13:02:40 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.7 2004/06/16 20:09:53 mr_bones_ Exp $ + + 16 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> + crystalspace-20040604.ebuild: + depend on dev-util/jam (bug #54101) *crystalspace-20040604 (05 Jun 2004) diff --git a/dev-games/crystalspace/crystalspace-20040604.ebuild b/dev-games/crystalspace/crystalspace-20040604.ebuild index 919f690fa738..6a1f6b19115c 100644 --- a/dev-games/crystalspace/crystalspace-20040604.ebuild +++ b/dev-games/crystalspace/crystalspace-20040604.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-20040604.ebuild,v 1.1 2004/06/05 13:02:40 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-20040604.ebuild,v 1.2 2004/06/16 20:09:53 mr_bones_ Exp $ DESCRIPTION="portable 3D Game Development Kit written in C++" SRC_URI="mirror://gentoo/distfiles/${P}.tar.bz2" @@ -26,6 +26,7 @@ RDEPEND=">=media-libs/libpng-1.2.1 >=dev-lang/perl-5.6.1 !dev-games/crystalspace-cvs" DEPEND="${RDEPEND} + dev-util/jam x86? ( dev-lang/nasm )" S="${WORKDIR}/CS" |