summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-03-24 22:12:25 +0000
committerMike Gilbert <floppym@gentoo.org>2013-03-24 22:12:25 +0000
commitb6cac2bed946fd4141a051f460159c9a321a7310 (patch)
tree0e50af627f807dab29700c03717aa6fd5ef88f05 /sys-apps
parentFix LINGUAS logic, bug 452896 (diff)
downloadgentoo-2-b6cac2bed946fd4141a051f460159c9a321a7310.tar.gz
gentoo-2-b6cac2bed946fd4141a051f460159c9a321a7310.tar.bz2
gentoo-2-b6cac2bed946fd4141a051f460159c9a321a7310.zip
Run the install phase with a single make job, bug 463156 by Ray Griffin.
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd/ChangeLog6
-rw-r--r--sys-apps/systemd/systemd-198-r4.ebuild4
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog
index 80f20ca00c73..b95842fe3412 100644
--- a/sys-apps/systemd/ChangeLog
+++ b/sys-apps/systemd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.92 2013/03/24 21:42:44 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.93 2013/03/24 22:12:25 floppym Exp $
+
+ 24 Mar 2013; Mike Gilbert <floppym@gentoo.org> systemd-198-r4.ebuild,
+ systemd-9999.ebuild:
+ Run the install phase with a single make job, bug 463156 by Ray Griffin.
*systemd-198-r4 (24 Mar 2013)
diff --git a/sys-apps/systemd/systemd-198-r4.ebuild b/sys-apps/systemd/systemd-198-r4.ebuild
index 649fdda7d9d2..b86afed16fff 100644
--- a/sys-apps/systemd/systemd-198-r4.ebuild
+++ b/sys-apps/systemd/systemd-198-r4.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/sys-apps/systemd/systemd-198-r4.ebuild,v 1.1 2013/03/24 21:42:44 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-198-r4.ebuild,v 1.2 2013/03/24 22:12:25 floppym Exp $
EAPI=5
@@ -104,7 +104,7 @@ src_configure() {
}
src_install() {
- autotools-utils_src_install dist_udevhwdb_DATA=
+ autotools-utils_src_install -j1 dist_udevhwdb_DATA=
# zsh completion
insinto /usr/share/zsh/site-functions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index 1ee49a10b2ac..0bc9376ba75b 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.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/sys-apps/systemd/systemd-9999.ebuild,v 1.24 2013/03/24 21:42:44 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.25 2013/03/24 22:12:25 floppym Exp $
EAPI=5
@@ -134,7 +134,7 @@ src_configure() {
}
src_install() {
- autotools-utils_src_install dist_udevhwdb_DATA=
+ autotools-utils_src_install -j1 dist_udevhwdb_DATA=
# zsh completion
insinto /usr/share/zsh/site-functions