diff options
author | Ben Kohler <bkohler@gentoo.org> | 2020-01-29 08:19:00 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-01-29 08:19:53 -0600 |
commit | a28ecf7280fdf5c09509c3af2c8b467131f0d209 (patch) | |
tree | 66a9498f92fcb9b2d72f0a5460153e3e20cfcbdf /app-emulation/qemu-init-scripts/files/openrc-run.patch | |
parent | sci-misc/netlogo-bin: fix minor QA issues (diff) | |
download | gentoo-a28ecf7280fdf5c09509c3af2c8b467131f0d209.tar.gz gentoo-a28ecf7280fdf5c09509c3af2c8b467131f0d209.tar.bz2 gentoo-a28ecf7280fdf5c09509c3af2c8b467131f0d209.zip |
app-emulation/qemu-init-scripts: revbump for EAPI & misc QA fixes
Closes: https://bugs.gentoo.org/622276
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-emulation/qemu-init-scripts/files/openrc-run.patch')
-rw-r--r-- | app-emulation/qemu-init-scripts/files/openrc-run.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-emulation/qemu-init-scripts/files/openrc-run.patch b/app-emulation/qemu-init-scripts/files/openrc-run.patch new file mode 100644 index 000000000000..5592ff2e1151 --- /dev/null +++ b/app-emulation/qemu-init-scripts/files/openrc-run.patch @@ -0,0 +1,10 @@ +diff --git a/qemu-init-script b/qemu-init-script +index 937ddfe..b2c060f 100755 +--- a/qemu-init-script ++++ b/qemu-init-script +@@ -1,4 +1,4 @@ +-#!/sbin/runscript ++#!/sbin/openrc-run + # Copyright 2009-2013 Gentoo Foundation + # Distributed under the terms of the GNU General Public License v2 + |