diff options
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/jam/jam-2.5.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
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() { |