New commits:
commit a970d00aefcff9e8c42ff41aad458b2083f2a934
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
kvm: Updated to 59
commit 29aba459262e6cbb60b55ef092c6c45f4ba9c744
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
qtparted: Fails with multiple make jobs during build, disable for build
only
diff --git a/disk/qtparted/BUILD b/disk/qtparted/BUILD
index ce47da8..366eb47 100755
--- a/disk/qtparted/BUILD
+++ b/disk/qtparted/BUILD
@@ -1,2 +1,4 @@
OPTS="$OPTS --enable-static=no" &&
-default_build
+make_single &&
+default_build &&
+make_normal
diff --git a/disk/qtparted/HISTORY b/disk/qtparted/HISTORY
index 9fd3bc1..265c116 100644
--- a/disk/qtparted/HISTORY
+++ b/disk/qtparted/HISTORY
@@ -1,3 +1,7 @@
+2008-01-15 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Enable make_single for default_build as it fails with
multiple
+ make jobs
+
2007-10-07 Eric Sandall <sandalle AT sourcemage.org>
* INSTALL: Fails with multiple make jobs