Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/files/
Date: Sun, 31 Dec 2017 13:42:19
Message-Id: 1514727731.57e910ccaa98ba21cfc65419508e3695828f5b28.dlan@gentoo
1 commit: 57e910ccaa98ba21cfc65419508e3695828f5b28
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 31 13:38:22 2017 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 31 13:42:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e910cc
7
8 app-emulation/xen-tools: version bump, fix OVMF err
9
10 Fix OVMF build fail with gcc-7.2
11
12 Gentoo-Bug: 640162
13 Package-Manager: Portage-2.3.19, Repoman-2.3.6
14
15 app-emulation/xen-tools/files/xencommons.initd | 2 +-
16 app-emulation/xen-tools/files/xenconsoled.initd | 2 +-
17 app-emulation/xen-tools/files/xendomains.initd-r2 | 2 +-
18 app-emulation/xen-tools/files/xenqemudev.initd | 2 +-
19 app-emulation/xen-tools/files/xenstored.initd | 2 +-
20 5 files changed, 5 insertions(+), 5 deletions(-)
21
22 diff --git a/app-emulation/xen-tools/files/xencommons.initd b/app-emulation/xen-tools/files/xencommons.initd
23 index d1fbb181c3a..a7c1efed9ab 100644
24 --- a/app-emulation/xen-tools/files/xencommons.initd
25 +++ b/app-emulation/xen-tools/files/xencommons.initd
26 @@ -1,5 +1,5 @@
27 #!/sbin/openrc-run
28 -# Copyright 1999-2013 Gentoo Foundation
29 +# Copyright 1999-2017 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31
32 depend() {
33
34 diff --git a/app-emulation/xen-tools/files/xenconsoled.initd b/app-emulation/xen-tools/files/xenconsoled.initd
35 index d31737af7fc..094871cd047 100644
36 --- a/app-emulation/xen-tools/files/xenconsoled.initd
37 +++ b/app-emulation/xen-tools/files/xenconsoled.initd
38 @@ -1,5 +1,5 @@
39 #!/sbin/openrc-run
40 -# Copyright 1999-2014 Gentoo Foundation
41 +# Copyright 1999-2017 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 depend() {
45
46 diff --git a/app-emulation/xen-tools/files/xendomains.initd-r2 b/app-emulation/xen-tools/files/xendomains.initd-r2
47 index c1a70815c26..0926498ceac 100644
48 --- a/app-emulation/xen-tools/files/xendomains.initd-r2
49 +++ b/app-emulation/xen-tools/files/xendomains.initd-r2
50 @@ -1,5 +1,5 @@
51 #!/sbin/openrc-run
52 -# Copyright 1999-2014 Gentoo Foundation
53 +# Copyright 1999-2017 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55
56 extra_commands="status"
57
58 diff --git a/app-emulation/xen-tools/files/xenqemudev.initd b/app-emulation/xen-tools/files/xenqemudev.initd
59 index 90da3ac6865..9dcbb3f2244 100644
60 --- a/app-emulation/xen-tools/files/xenqemudev.initd
61 +++ b/app-emulation/xen-tools/files/xenqemudev.initd
62 @@ -1,5 +1,5 @@
63 #!/sbin/openrc-run
64 -# Copyright 1999-2014 Gentoo Foundation
65 +# Copyright 1999-2017 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67
68 depend() {
69
70 diff --git a/app-emulation/xen-tools/files/xenstored.initd b/app-emulation/xen-tools/files/xenstored.initd
71 index d92616b5cb9..1b7eec92658 100644
72 --- a/app-emulation/xen-tools/files/xenstored.initd
73 +++ b/app-emulation/xen-tools/files/xenstored.initd
74 @@ -1,5 +1,5 @@
75 #!/sbin/openrc-run
76 -# Copyright 1999-2014 Gentoo Foundation
77 +# Copyright 1999-2017 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79
80 depend() {