floppym 14/07/04 17:51:02 Modified: systemd-9999.ebuild systemd-215.ebuild ChangeLog Log: Pass --enable-dependency-tracking as a workaround for bug 516346. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.121 sys-apps/systemd/systemd-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.121&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.121&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.120&r2=1.121 Index: systemd-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- systemd-9999.ebuild 4 Jul 2014 15:00:55 -0000 1.120 +++ systemd-9999.ebuild 4 Jul 2014 17:51:02 -0000 1.121 @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.120 2014/07/04 15:00:55 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.121 2014/07/04 17:51:02 floppym Exp $ EAPI=5 @@ -177,6 +177,9 @@ # and makes distcc less effective cc_cv_CFLAGS__flto=no + # Workaround for bug 516346 + --enable-dependency-tracking + --disable-maintainer-mode --localstatedir=/var --with-pamlibdir=$(getpam_mod_dir) 1.3 sys-apps/systemd/systemd-215.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-215.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-215.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-215.ebuild?r1=1.2&r2=1.3 Index: systemd-215.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- systemd-215.ebuild 4 Jul 2014 15:00:55 -0000 1.2 +++ systemd-215.ebuild 4 Jul 2014 17:51:02 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215.ebuild,v 1.2 2014/07/04 15:00:55 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215.ebuild,v 1.3 2014/07/04 17:51:02 floppym Exp $ EAPI=5 @@ -148,6 +148,9 @@ # and makes distcc less effective cc_cv_CFLAGS__flto=no + # Workaround for bug 516346 + --enable-dependency-tracking + --disable-maintainer-mode --localstatedir=/var --with-pamlibdir=$(getpam_mod_dir) 1.273 sys-apps/systemd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.273&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.273&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.272&r2=1.273 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v retrieving revision 1.272 retrieving revision 1.273 diff -u -r1.272 -r1.273 --- ChangeLog 4 Jul 2014 15:00:55 -0000 1.272 +++ ChangeLog 4 Jul 2014 17:51:02 -0000 1.273 @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.272 2014/07/04 15:00:55 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.273 2014/07/04 17:51:02 floppym Exp $ + + 04 Jul 2014; Mike Gilbert <[email protected]> systemd-215.ebuild, + systemd-9999.ebuild: + Pass --enable-dependency-tracking as a workaround for bug 516346. 04 Jul 2014; Mike Gilbert <[email protected]> metadata.xml, systemd-215.ebuild, systemd-9999.ebuild:
