summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2004-03-24 21:37:52 +0000
committerRainer Groesslinger <scandium@gentoo.org>2004-03-24 21:37:52 +0000
commit988249cb0b3fc12f8c60369824a7004614bbd25a (patch)
tree4a20aedd57a8c705ddf3e022c2de715c552e0008 /dev-util/treecc
parentadded ~amd64 to keywords (diff)
downloadhistorical-988249cb0b3fc12f8c60369824a7004614bbd25a.tar.gz
historical-988249cb0b3fc12f8c60369824a7004614bbd25a.tar.bz2
historical-988249cb0b3fc12f8c60369824a7004614bbd25a.zip
force -j1 because parallel building of examples failed for some people
Diffstat (limited to 'dev-util/treecc')
-rw-r--r--dev-util/treecc/Manifest2
-rw-r--r--dev-util/treecc/treecc-0.3.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/treecc/Manifest b/dev-util/treecc/Manifest
index 940b292f667c..7c0f11d7b2ac 100644
--- a/dev-util/treecc/Manifest
+++ b/dev-util/treecc/Manifest
@@ -1,4 +1,4 @@
-MD5 5fee98d1809c32b02fec0b51571e2112 treecc-0.3.0.ebuild 717
+MD5 11f6e648fba6865e6c5af91cd454fd24 treecc-0.3.0.ebuild 744
MD5 280927ef51303e2d0ae931ca81cd20e7 ChangeLog 1350
MD5 7aafe9575b2ba436030a1cbd1b89fa99 metadata.xml 259
MD5 cd984f9750a8622d65314aa6751f17ff treecc-0.2.8.ebuild 698
diff --git a/dev-util/treecc/treecc-0.3.0.ebuild b/dev-util/treecc/treecc-0.3.0.ebuild
index 645c738fb49f..8af0dfdb2fb6 100644
--- a/dev-util/treecc/treecc-0.3.0.ebuild
+++ b/dev-util/treecc/treecc-0.3.0.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/treecc/treecc-0.3.0.ebuild,v 1.2 2004/03/22 19:19:27 scandium Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/treecc-0.3.0.ebuild,v 1.3 2004/03/24 21:37:52 scandium Exp $
DESCRIPTION="compiler-compiler tool for aspect-oriented programming"
HOMEPAGE="http://www.southern-storm.com.au/treecc.html"
@@ -17,7 +17,7 @@ DEPEND="sys-devel/bison
src_compile() {
econf || die
- emake || die
+ MAKEOPTS="${MAKEOPTS} -j1" emake || die
}
src_install() {