diff options
author | 2006-08-14 09:49:23 +0000 | |
---|---|---|
committer | 2006-08-14 09:49:23 +0000 | |
commit | f79f36d7332d2be78fe0869ebcaaa9070be5a0bb (patch) | |
tree | e85fc561512d17be3a720317723c63778ad53413 /dev-games/crystalspace/crystalspace-0.98.4.ebuild | |
parent | WANT_AUTOCONF changed to 2.5 as per QA bug #143429 (diff) | |
download | gentoo-2-f79f36d7332d2be78fe0869ebcaaa9070be5a0bb.tar.gz gentoo-2-f79f36d7332d2be78fe0869ebcaaa9070be5a0bb.tar.bz2 gentoo-2-f79f36d7332d2be78fe0869ebcaaa9070be5a0bb.zip |
remove boost-jam as option because it will no longer provide the jam binary thanks to dev-zero in #gentoo-games
(Portage version: 2.1.1_pre5)
Diffstat (limited to 'dev-games/crystalspace/crystalspace-0.98.4.ebuild')
-rw-r--r-- | dev-games/crystalspace/crystalspace-0.98.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-games/crystalspace/crystalspace-0.98.4.ebuild b/dev-games/crystalspace/crystalspace-0.98.4.ebuild index fce50418d1bf..4c7d6e908239 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-2005 Gentoo Foundation +# Copyright 1999-2006 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.11 2005/09/06 13:02:47 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-0.98.4.ebuild,v 1.12 2006/08/14 09:49:23 genstef 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/boost-jam ) + dev-util/jam x86? ( dev-lang/nasm )" S="${WORKDIR}/CS" |