diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-30 22:40:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-30 22:40:02 +0000 |
commit | 8c2bcb976e895ce1891a2b31c2346de3c90d1685 (patch) | |
tree | 43a52b870347fda5094426ada9ce152313d2005b /dev-games | |
parent | change SRC_URI #76171 for resources (diff) | |
download | historical-8c2bcb976e895ce1891a2b31c2346de3c90d1685.tar.gz historical-8c2bcb976e895ce1891a2b31c2346de3c90d1685.tar.bz2 historical-8c2bcb976e895ce1891a2b31c2346de3c90d1685.zip |
allow for dev-util/boost-jam #76078
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild | 4 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-0.98.4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild b/dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild index d49bfb13d986..4077449e3da1 100644 --- a/dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild +++ b/dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild,v 1.1 2004/12/25 15:36:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild,v 1.2 2004/12/30 22:40:02 vapier Exp $ ECVS_SERVER="cvs.sourceforge.net:/cvsroot/crystal" ECVS_MODULE="CS" @@ -31,7 +31,7 @@ RDEPEND="sys-libs/zlib >=dev-lang/perl-5.6.1" DEPEND="${RDEPEND} >=sys-apps/portage-2.0.51 - dev-util/jam + || ( dev-util/jam dev-util/boost-jam ) x86? ( dev-lang/nasm )" S="${WORKDIR}/${ECVS_MODULE}" diff --git a/dev-games/crystalspace/crystalspace-0.98.4.ebuild b/dev-games/crystalspace/crystalspace-0.98.4.ebuild index 8b3581672c61..6e41b93e4b09 100644 --- a/dev-games/crystalspace/crystalspace-0.98.4.ebuild +++ b/dev-games/crystalspace/crystalspace-0.98.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-0.98.4.ebuild,v 1.4 2004/12/28 01:52:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-0.98.4.ebuild,v 1.5 2004/12/30 22:39:42 vapier Exp $ inherit eutils @@ -29,7 +29,7 @@ RDEPEND="sys-libs/zlib >=dev-lang/perl-5.6.1" DEPEND="${RDEPEND} >=sys-apps/portage-2.0.51 - dev-util/jam + || ( dev-util/jam dev-util/boost-jam ) x86? ( dev-lang/nasm )" S="${WORKDIR}/CS" |