dlan 15/05/14 05:11:49 Modified: gentoo-patches.conf Log: handle ovmf dep, bug 546580; fix gcc-5.x build err; bump security patch, 547202, 549200 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.7 app-emulation/xen-tools/files/gentoo-patches.conf file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf?r1=1.6&r2=1.7 Index: gentoo-patches.conf =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gentoo-patches.conf 28 Mar 2015 13:27:54 -0000 1.6 +++ gentoo-patches.conf 14 May 2015 05:11:49 -0000 1.7 @@ -75,6 +75,10 @@ # Don't download ovmf, use pre-released _gx029=" xen-tools-4-anti-ovmf-download.patch" +# fix build err while using gcc-4.5.x, c99 +_gx033=" xen-tools-4.4.2-gcc99.patch" +_gx034=" xen-tools-4.5.0-gcc99.patch" + # xen-tools-4.2.5 patches set _gpv_xen_tools_425_0=" ${_gx001} ${_gx002} ${_gx003} ${_gx004} ${_gx005} @@ -100,6 +104,13 @@ ${_gx026} ${_gx027} ${_gx019} ${_gx028} ${_gx029} " +_gpv_xen_tools_442_1=" +${_gx007} ${_gx008} ${_gx009} +${_gx024} ${_gx021} ${_gx014} +${_gx022} ${_gx017} ${_gx025} +${_gx026} ${_gx027} ${_gx019} +${_gx028} ${_gx029} ${_gx033} +" # xen-tools-4.5.0 patches set _gpv_xen_tools_450_0=" @@ -108,3 +119,9 @@ ${_gx027} ${_gx032} ${_gx028} ${_gx029} " +_gpv_xen_tools_450_1=" +${_gx008} ${_gx024} ${_gx021} +${_gx022} ${_gx017} ${_gx031} +${_gx027} ${_gx032} +${_gx028} ${_gx029} ${_gx034} +"
