summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2003-04-16 02:37:24 +0000
committerLuca Barbato <lu_zero@gentoo.org>2003-04-16 02:37:24 +0000
commit1714785a2dc34cd4b348f71a807ddb3e365234f8 (patch)
tree273eabd8e4560920b2fff12a9af3f91834366b4b /dev-util/jam
parentMarked stable on hppa. (diff)
downloadgentoo-2-1714785a2dc34cd4b348f71a807ddb3e365234f8.tar.gz
gentoo-2-1714785a2dc34cd4b348f71a807ddb3e365234f8.tar.bz2
gentoo-2-1714785a2dc34cd4b348f71a807ddb3e365234f8.zip
keyword ~ppc added
Diffstat (limited to 'dev-util/jam')
-rw-r--r--dev-util/jam/ChangeLog5
-rw-r--r--dev-util/jam/Manifest3
-rw-r--r--dev-util/jam/jam-2.4.ebuild4
3 files changed, 9 insertions, 3 deletions
diff --git a/dev-util/jam/ChangeLog b/dev-util/jam/ChangeLog
index bf7b8e932fd1..e4c951cd65dc 100644
--- a/dev-util/jam/ChangeLog
+++ b/dev-util/jam/ChangeLog
@@ -1,7 +1,10 @@
# 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.3 2003/02/12 06:44:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jam/ChangeLog,v 1.4 2003/04/16 02:36:57 lu_zero Exp $
+ 16 Apr 2003; Luca barbato <lu_zero@gentoo.org> :
+ added ~ppc KEYWORD
+
28 Dec 2002; Martin Schlemmer <azarah@gentoo.org> :
Tab fixes, etc. Mark stable as it test fine, and not critical
ebuild. I should note that Brian Olsen <bnolsen@attbi.com> also
diff --git a/dev-util/jam/Manifest b/dev-util/jam/Manifest
new file mode 100644
index 000000000000..df699c150b55
--- /dev/null
+++ b/dev-util/jam/Manifest
@@ -0,0 +1,3 @@
+MD5 b164d27af867bb43b51af04ae29c91ec ChangeLog 690
+MD5 72224271ca532c34514219d1777eb7bd jam-2.4.ebuild 707
+MD5 5fc4187fd9fbd142e33e9f924ebedb5d files/digest-jam-2.4 56
diff --git a/dev-util/jam/jam-2.4.ebuild b/dev-util/jam/jam-2.4.ebuild
index 3a762a2b6211..001354d2afab 100644
--- a/dev-util/jam/jam-2.4.ebuild
+++ b/dev-util/jam/jam-2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/jam/jam-2.4.ebuild,v 1.4 2003/02/13 11:56:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jam/jam-2.4.ebuild,v 1.5 2003/04/16 02:36:57 lu_zero Exp $
DESCRIPTION="jam (Just Another Make) - advanced make replacement"
SRC_URI="ftp://ftp.perforce.com/pub/jam/${P}.zip"
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.perforce.com/jam/jam.html"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="x86 ~ppc"
DEPEND="dev-util/yacc
app-arch/unzip"