summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/xen-tools/files/gentoo-patches.conf')
-rw-r--r--app-emulation/xen-tools/files/gentoo-patches.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-emulation/xen-tools/files/gentoo-patches.conf b/app-emulation/xen-tools/files/gentoo-patches.conf
index 6fe9bf07e8b6..8936a3bbea00 100644
--- a/app-emulation/xen-tools/files/gentoo-patches.conf
+++ b/app-emulation/xen-tools/files/gentoo-patches.conf
@@ -98,6 +98,9 @@ _gx040=" 0001-docs-Clarify-the-expected-behaviour-of-zero-length-r.patch
_gx041=" 0002-tools-libxc-Tolerate-zero-length-records-in-migratio.patch"
+#Fix missing makedev(), major(), minor()
+_gx042=" xen-tools-4.8.2-makedev.patch"
+
# xen-tools-4.7.2 patches set
_gpv_xen_tools_472_0="
${_gx008} ${_gx021}
@@ -124,3 +127,12 @@ ${_gx027} ${_gx032}
${_gx028} ${_gx029}
${_gx037} ${_gx040}
"
+
+# xen-tools-4.8.2 patches set
+_gpv_xen_tools_482_0="
+${_gx008}
+${_gx038} ${_gx017} ${_gx039}
+${_gx027} ${_gx032}
+${_gx028} ${_gx029}
+${_gx037} ${_gx040} ${_gx042}
+"