diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2019-03-14 05:38:45 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-15 23:49:06 +0100 |
commit | f0c5beb55a08fbe52f44e6b55332660eb9a020c5 (patch) | |
tree | 3315d06ccaa0ecfec6c59fa446879c7017289818 /app-emulation/xen-tools/files | |
parent | media-libs/opusfile: amd64 stable wrt bug #675804 (diff) | |
download | gentoo-f0c5beb55a08fbe52f44e6b55332660eb9a020c5.tar.gz gentoo-f0c5beb55a08fbe52f44e6b55332660eb9a020c5.tar.bz2 gentoo-f0c5beb55a08fbe52f44e6b55332660eb9a020c5.zip |
app-emulation/xen-tools: fix building on x86 with gcc 8
Closes: https://bugs.gentoo.org/679860
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools/files')
-rw-r--r-- | app-emulation/xen-tools/files/gentoo-patches.conf | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/files/gentoo-patches.conf b/app-emulation/xen-tools/files/gentoo-patches.conf index 47fcace88042..1c541bb0e841 100644 --- a/app-emulation/xen-tools/files/gentoo-patches.conf +++ b/app-emulation/xen-tools/files/gentoo-patches.conf @@ -113,7 +113,8 @@ _gx050=" xen-tools-4.12.0-shim.patch" # Fix building with gcc 8, bug #657388 _gx047=" xen-tools-4.10.1-gcc8.patch" -_gx048=" xen-tools-4.11.0-gcc8.patch" +_gx048=" xen-tools-4.11.1-gcc8.patch" +_gx052=" xen-tools-4.10.3-gcc8.patch" # Fix pdf document generation, bug #650396 _gx049=" xen-tools-4.10.1-pdfdoc.patch" @@ -138,6 +139,16 @@ ${_gx045} ${_gx046} ${_gx047} ${_gx049} " +# xen-tools-4.10.3 patches set r1 +_gpv_xen_tools_4103_1=" +${_gx038} ${_gx017} ${_gx043} +${_gx027} +${_gx028} ${_gx029} +${_gx037} ${_gx042} +${_gx045} ${_gx046} ${_gx052} +${_gx049} +" + # xen-tools-4.11.1 patches set _gpv_xen_tools_4111_0=" ${_gx038} ${_gx017} ${_gx043} |