Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools/files: gentoo-patches.conf
Date: Sat, 01 Nov 2014 14:54:17
Message-Id: 20141101145413.9EA509370@oystercatcher.gentoo.org
1 dlan 14/11/01 14:54:13
2
3 Modified: gentoo-patches.conf
4 Log:
5 fix bashcomp problem, bug 472438, fix ncurses[tinfo] build failure, bug 526526
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
8
9 Revision Changes Path
10 1.2 app-emulation/xen-tools/files/gentoo-patches.conf
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf?r1=1.1&r2=1.2
15
16 Index: gentoo-patches.conf
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gentoo-patches.conf 12 Sep 2014 02:21:28 -0000 1.1
23 +++ gentoo-patches.conf 1 Nov 2014 14:54:13 -0000 1.2
24 @@ -67,6 +67,9 @@
25 # Fix po file collision with app-emulation/qemu, while USE=qemu is enabled, Bug 508302
26 _gx027=" xen-tools-4-qemu-fix-po-collision.patch"
27
28 +# Fix build failure with ncurses[tinfo], bug 526526
29 +_gx028=" xen-tools-4.4.1-tinfo.patch"
30 +
31 # xen-tools-4.2.5 patches set
32 _gpv_xen_tools_425_0="
33 ${_gx001} ${_gx002} ${_gx003} ${_gx004} ${_gx005}
34 @@ -90,3 +93,11 @@
35 ${_gx022} ${_gx017} ${_gx025}
36 ${_gx026} ${_gx027} ${_gx019}
37 "
38 +
39 +_gpv_xen_tools_441_1="
40 +${_gx007} ${_gx008} ${_gx009}
41 +${_gx024} ${_gx021} ${_gx014}
42 +${_gx022} ${_gx017} ${_gx025}
43 +${_gx026} ${_gx027} ${_gx019}
44 +${_gx028}
45 +"