summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2013-07-27 03:13:35 +0000
committerRick Farina <zerochaos@gentoo.org>2013-07-27 03:13:35 +0000
commit6e211d739b26d485a13b65e4118df1fda7a728d4 (patch)
tree1ffea0780150992f05f3bf5fb974628388024eb4 /app-forensics/rdd
parentRemove old. (diff)
downloadgentoo-2-6e211d739b26d485a13b65e4118df1fda7a728d4.tar.gz
gentoo-2-6e211d739b26d485a13b65e4118df1fda7a728d4.tar.bz2
gentoo-2-6e211d739b26d485a13b65e4118df1fda7a728d4.zip
already getting complaints about parallel build failures, adding -j1
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'app-forensics/rdd')
-rw-r--r--app-forensics/rdd/ChangeLog5
-rw-r--r--app-forensics/rdd/rdd-3.0.4-r1.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/app-forensics/rdd/ChangeLog b/app-forensics/rdd/ChangeLog
index 9e9f5a57d620..3ac9ea142cc2 100644
--- a/app-forensics/rdd/ChangeLog
+++ b/app-forensics/rdd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-forensics/rdd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rdd/ChangeLog,v 1.7 2013/07/27 00:31:51 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rdd/ChangeLog,v 1.8 2013/07/27 03:13:35 zerochaos Exp $
+
+ 27 Jul 2013; Rick Farina <zerochaos@gentoo.org> rdd-3.0.4-r1.ebuild:
+ already getting complaints about parallel build failures, adding -j1
27 Jul 2013; Rick Farina <zerochaos@gentoo.org> -rdd-2.0.7.ebuild,
-rdd-3.0.4.ebuild, metadata.xml:
diff --git a/app-forensics/rdd/rdd-3.0.4-r1.ebuild b/app-forensics/rdd/rdd-3.0.4-r1.ebuild
index 512b8362c98b..ab75de54fad0 100644
--- a/app-forensics/rdd/rdd-3.0.4-r1.ebuild
+++ b/app-forensics/rdd/rdd-3.0.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rdd/rdd-3.0.4-r1.ebuild,v 1.1 2013/07/26 17:12:53 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rdd/rdd-3.0.4-r1.ebuild,v 1.2 2013/07/27 03:13:35 zerochaos Exp $
EAPI="5"
@@ -38,6 +38,10 @@ src_configure() {
$(use_enable doc doxygen-doc)
}
+src_compile() {
+ emake -j1
+}
+
src_install() {
emake install DESTDIR="${D}"
dobin src/rddi.py