floppym 15/01/01 19:46:51 Modified: systemd-216-r2.ebuild ChangeLog Log: Fix build failure with USE='lz4 -lzma', bug 534228 by rich0. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.7 sys-apps/systemd/systemd-216-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild?r1=1.6&r2=1.7 Index: systemd-216-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- systemd-216-r2.ebuild 1 Jan 2015 15:09:29 -0000 1.6 +++ systemd-216-r2.ebuild 1 Jan 2015 19:46:51 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild,v 1.6 2015/01/01 15:09:29 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild,v 1.7 2015/01/01 19:46:51 floppym Exp $ EAPI=5 @@ -87,6 +87,8 @@ python? ( dev-python/lxml[${PYTHON_USEDEP}] ) test? ( >=sys-apps/dbus-1.6.8-r1:0 )" +PATCHES=( "${FILESDIR}/216-lz4-build.patch" ) + src_prepare() { # Bug 463376 sed -i -e 's/GROUP="dialout"/GROUP="uucp"/' rules/*.rules || die 1.336 sys-apps/systemd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.336&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.336&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.335&r2=1.336 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v retrieving revision 1.335 retrieving revision 1.336 diff -u -r1.335 -r1.336 --- ChangeLog 1 Jan 2015 15:09:29 -0000 1.335 +++ ChangeLog 1 Jan 2015 19:46:51 -0000 1.336 @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.335 2015/01/01 15:09:29 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.336 2015/01/01 19:46:51 floppym Exp $ + + 01 Jan 2015; Mike Gilbert <[email protected]> +files/216-lz4-build.patch, + systemd-216-r2.ebuild: + Fix build failure with USE='lz4 -lzma', bug 534228 by rich0. 01 Jan 2015; Mike Gilbert <[email protected]> systemd-215-r3.ebuild, systemd-216-r2.ebuild, systemd-217-r4.ebuild, systemd-218-r1.ebuild,
