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 | aae681eb52725b32a5e70cdde5b02c0fb84497a9 (patch) | |
tree | ed1fb16094ee29c082ec34090904ed54cce84cb5 /dev-games | |
parent | sparc, mips (diff) | |
download | historical-aae681eb52725b32a5e70cdde5b02c0fb84497a9.tar.gz historical-aae681eb52725b32a5e70cdde5b02c0fb84497a9.tar.bz2 historical-aae681eb52725b32a5e70cdde5b02c0fb84497a9.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/Manifest | 6 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-20040604.ebuild | 3 |
3 files changed, 10 insertions, 5 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/Manifest b/dev-games/crystalspace/Manifest index 00e637bdf778..cc037a8096fa 100644 --- a/dev-games/crystalspace/Manifest +++ b/dev-games/crystalspace/Manifest @@ -1,6 +1,6 @@ -MD5 9ebf061108b3f2278578987af766c02e crystalspace-20030413-r1.ebuild 1498 -MD5 708033ac85eb06c8b6e0306a6a56177f ChangeLog 1352 +MD5 aa1c82362fa5d1826d5fb372a860f0a3 ChangeLog 1479 +MD5 47067cb7e3cb716f037cf8907ea03352 crystalspace-20030413-r1.ebuild 1497 MD5 e4c7a49ca08eb200cfa0a9f9246e2257 metadata.xml 959 -MD5 60d02e1188ebb054b8e7a46f9959f4b5 crystalspace-20040604.ebuild 2059 +MD5 b6aed2f19f8ea9927a46e13dfb5d614b crystalspace-20040604.ebuild 2074 MD5 d90edc320c9f4398c1e5c528569f8706 files/digest-crystalspace-20030413-r1 75 MD5 392d20cde72d17f97d8dee0f54041588 files/digest-crystalspace-20040604 76 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" |