From fcdbc9abe69e3ab1bb25333d02d8049437456434 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 4 Jan 2005 04:39:13 +0000 Subject: change DEPEND to bison instead of yacc #76413 --- dev-util/jam/jam-2.5.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dev-util') diff --git a/dev-util/jam/jam-2.5.ebuild b/dev-util/jam/jam-2.5.ebuild index aa40cc1222b9..d30dccfb6934 100644 --- a/dev-util/jam/jam-2.5.ebuild +++ b/dev-util/jam/jam-2.5.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.7 2004/10/16 21:23:27 gongloo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/jam/jam-2.5.ebuild,v 1.8 2005/01/04 04:39:13 vapier Exp $ DESCRIPTION="Just Another Make - advanced make replacement" -SRC_URI="ftp://ftp.perforce.com/pub/jam/${P}.tar" HOMEPAGE="http://www.perforce.com/jam/jam.html" +SRC_URI="ftp://ftp.perforce.com/pub/jam/${P}.tar" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ppc ~amd64 ~ppc-macos" +KEYWORDS="amd64 ppc ~ppc-macos x86" IUSE="" -DEPEND="dev-util/yacc +DEPEND="sys-devel/bison !dev-util/boost-jam" src_compile() { -- cgit v1.2.3-65-gdbad