diff options
author | Yixun Lan <dlan@gentoo.org> | 2017-12-31 21:38:22 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2017-12-31 21:42:11 +0800 |
commit | 57e910ccaa98ba21cfc65419508e3695828f5b28 (patch) | |
tree | f37e76ac1744ecca85ec9834f878dbc44adc630d /app-emulation | |
parent | app-emulation/xen: security fix updates (diff) | |
download | gentoo-57e910ccaa98ba21cfc65419508e3695828f5b28.tar.gz gentoo-57e910ccaa98ba21cfc65419508e3695828f5b28.tar.bz2 gentoo-57e910ccaa98ba21cfc65419508e3695828f5b28.zip |
app-emulation/xen-tools: version bump, fix OVMF err
Fix OVMF build fail with gcc-7.2
Gentoo-Bug: 640162
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/files/xencommons.initd | 2 | ||||
-rw-r--r-- | app-emulation/xen-tools/files/xenconsoled.initd | 2 | ||||
-rw-r--r-- | app-emulation/xen-tools/files/xendomains.initd-r2 | 2 | ||||
-rw-r--r-- | app-emulation/xen-tools/files/xenqemudev.initd | 2 | ||||
-rw-r--r-- | app-emulation/xen-tools/files/xenstored.initd | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/app-emulation/xen-tools/files/xencommons.initd b/app-emulation/xen-tools/files/xencommons.initd index d1fbb181c3a7..a7c1efed9abe 100644 --- a/app-emulation/xen-tools/files/xencommons.initd +++ b/app-emulation/xen-tools/files/xencommons.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 depend() { diff --git a/app-emulation/xen-tools/files/xenconsoled.initd b/app-emulation/xen-tools/files/xenconsoled.initd index d31737af7fc5..094871cd0478 100644 --- a/app-emulation/xen-tools/files/xenconsoled.initd +++ b/app-emulation/xen-tools/files/xenconsoled.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 depend() { diff --git a/app-emulation/xen-tools/files/xendomains.initd-r2 b/app-emulation/xen-tools/files/xendomains.initd-r2 index c1a70815c26b..0926498ceac4 100644 --- a/app-emulation/xen-tools/files/xendomains.initd-r2 +++ b/app-emulation/xen-tools/files/xendomains.initd-r2 @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 extra_commands="status" diff --git a/app-emulation/xen-tools/files/xenqemudev.initd b/app-emulation/xen-tools/files/xenqemudev.initd index 90da3ac6865a..9dcbb3f2244e 100644 --- a/app-emulation/xen-tools/files/xenqemudev.initd +++ b/app-emulation/xen-tools/files/xenqemudev.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 depend() { diff --git a/app-emulation/xen-tools/files/xenstored.initd b/app-emulation/xen-tools/files/xenstored.initd index d92616b5cb90..1b7eec92658a 100644 --- a/app-emulation/xen-tools/files/xenstored.initd +++ b/app-emulation/xen-tools/files/xenstored.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 depend() { |