diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-08-14 09:49:23 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-08-14 09:49:23 +0000 |
commit | f79f36d7332d2be78fe0869ebcaaa9070be5a0bb (patch) | |
tree | e85fc561512d17be3a720317723c63778ad53413 /dev-games | |
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')
-rw-r--r-- | dev-games/crystalspace/ChangeLog | 9 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-0.98.4.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog index 47f944b18e76..224c235bd990 100644 --- a/dev-games/crystalspace/ChangeLog +++ b/dev-games/crystalspace/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-games/crystalspace -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.17 2005/09/06 13:02:47 wolf31o2 Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.18 2006/08/14 09:49:23 genstef Exp $ + + 14 Aug 2006; Stefan Schweizer <genstef@gentoo.org> + crystalspace-0.98.4.ebuild: + remove boost-jam as option because it will no longer provide the jam binary + thanks to dev-zero in #gentoo-games 06 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> crystalspace-0.98.4.ebuild, crystalspace-0.99_pre20050823.ebuild: 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" |