diff options
author | 2013-11-16 13:40:35 +0000 | |
---|---|---|
committer | 2013-11-16 13:40:35 +0000 | |
commit | ab1e5e6b4d6d9488fbf9f3cc237ff967a639fb4e (patch) | |
tree | 7e95010e80815967b822252bce44de63db29e311 /sys-apps | |
parent | Cleanup. (diff) | |
download | gentoo-2-ab1e5e6b4d6d9488fbf9f3cc237ff967a639fb4e.tar.gz gentoo-2-ab1e5e6b4d6d9488fbf9f3cc237ff967a639fb4e.tar.bz2 gentoo-2-ab1e5e6b4d6d9488fbf9f3cc237ff967a639fb4e.zip |
Force non-parallel install to avoid triggering automake bugs, bug #491398.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-208-r2.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog index b54045534f7f..e2ad4432452b 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.197 2013/11/13 04:16:45 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.198 2013/11/16 13:40:35 mgorny Exp $ + + 16 Nov 2013; Michał Górny <mgorny@gentoo.org> systemd-208-r2.ebuild, + systemd-9999.ebuild: + Force non-parallel install to avoid triggering automake bugs, bug #491398. 13 Nov 2013; Matt Turner <mattst88@gentoo.org> systemd-208-r2.ebuild: Added ~alpha, bug 478076. diff --git a/sys-apps/systemd/systemd-208-r2.ebuild b/sys-apps/systemd/systemd-208-r2.ebuild index 36d967cb2af9..16455481ae9c 100644 --- a/sys-apps/systemd/systemd-208-r2.ebuild +++ b/sys-apps/systemd/systemd-208-r2.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-208-r2.ebuild,v 1.5 2013/11/13 04:16:45 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-208-r2.ebuild,v 1.6 2013/11/16 13:40:35 mgorny Exp $ EAPI=5 @@ -232,6 +232,10 @@ multilib_src_test() { multilib_src_install() { local mymakeopts=( + # automake fails with parallel libtool relinking + # https://bugs.gentoo.org/show_bug.cgi?id=491398 + -j1 + udevlibexecdir="${MY_UDEVDIR}" dist_udevhwdb_DATA= DESTDIR="${D}" diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index a4612ac40533..77165dc5ea78 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.71 2013/11/04 12:32:24 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.72 2013/11/16 13:40:35 mgorny Exp $ EAPI=5 @@ -246,6 +246,10 @@ multilib_src_test() { multilib_src_install() { local mymakeopts=( + # automake fails with parallel libtool relinking + # https://bugs.gentoo.org/show_bug.cgi?id=491398 + -j1 + udevlibexecdir="${MY_UDEVDIR}" dist_udevhwdb_DATA= DESTDIR="${D}" |