summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-05-01 19:45:32 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-05-01 19:45:32 +0000
commit238e0e6fe6a03f0f6de02f8cc8bb129b87f18517 (patch)
tree86d9e008fe864952b3bafd887ee1f2574aeaeb44 /dev-util/jam
parentblocking on !dev-util/jam (Manifest recommit) (diff)
downloadgentoo-2-238e0e6fe6a03f0f6de02f8cc8bb129b87f18517.tar.gz
gentoo-2-238e0e6fe6a03f0f6de02f8cc8bb129b87f18517.tar.bz2
gentoo-2-238e0e6fe6a03f0f6de02f8cc8bb129b87f18517.zip
blocking on !dev-util/boost-jam
Diffstat (limited to 'dev-util/jam')
-rw-r--r--dev-util/jam/ChangeLog7
-rw-r--r--dev-util/jam/jam-2.5.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-util/jam/ChangeLog b/dev-util/jam/ChangeLog
index 4db061068ea5..1e4432119f26 100644
--- a/dev-util/jam/ChangeLog
+++ b/dev-util/jam/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/jam
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/jam/ChangeLog,v 1.6 2003/06/16 15:43:36 vapier Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jam/ChangeLog,v 1.7 2004/05/01 19:45:32 eradicator Exp $
+
+ 01 May 2004; Jeremy Huddleston <eradicator@gentoo.org> jam-2.5.ebuild:
+ blocking on !dev-util/boost-jam
*jam-2.5 (16 Jun 2003)
diff --git a/dev-util/jam/jam-2.5.ebuild b/dev-util/jam/jam-2.5.ebuild
index 7786231e4a60..ac77782ae354 100644
--- a/dev-util/jam/jam-2.5.ebuild
+++ b/dev-util/jam/jam-2.5.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-util/jam/jam-2.5.ebuild,v 1.2 2004/03/13 01:49:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jam/jam-2.5.ebuild,v 1.3 2004/05/01 19:45:32 eradicator Exp $
DESCRIPTION="Just Another Make - advanced make replacement"
SRC_URI="ftp://ftp.perforce.com/pub/jam/${P}.tar"
@@ -10,7 +10,8 @@ LICENSE="as-is"
SLOT="0"
KEYWORDS="x86 ppc"
-DEPEND="dev-util/yacc"
+DEPEND="dev-util/yacc
+ !dev-util/boost-jam"
src_compile() {
# The bootstrap makefile assumes ${S} is in the path