diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-23 11:40:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-23 11:40:27 +0200 |
commit | e20a0fe53f1bc45de5e6211b4ea43b4484f340d7 (patch) | |
tree | 5dfe82090738c3ef0ab923b47188b4c44b3ea324 /sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed-python3.patch | |
parent | sci-libs/Fiona: Remove last-rited pkg (diff) | |
download | gentoo-e20a0fe53f1bc45de5e6211b4ea43b4484f340d7.tar.gz gentoo-e20a0fe53f1bc45de5e6211b4ea43b4484f340d7.tar.bz2 gentoo-e20a0fe53f1bc45de5e6211b4ea43b4484f340d7.zip |
sys-boot/raspberrypi-mkimage: Remove last-rited pkg
Closes: https://bugs.gentoo.org/718530
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed-python3.patch')
-rw-r--r-- | sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed-python3.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed-python3.patch b/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed-python3.patch deleted file mode 100644 index 28b8a6f3170f..000000000000 --- a/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed-python3.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/imagetool-uncompressed.py -+++ b/imagetool-uncompressed.py -@@ -46,7 +47,7 @@ - f = open(args.bootimage, "wb") - - for m in mem: -- f.write(chr(m)) -+ f.write(chr(m).encode('latin1')) - - f.write(kernel_image) - f.close() |