commit: fa5d7c119a8040ddf393160271f2e61133c2539d Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Thu Mar 14 15:35:13 2019 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Thu Mar 14 15:35:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5d7c11
sys-fs/squashfs-tools: Work around EAPI=7 restriction Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> sys-fs/squashfs-tools/files/squashfs-tools-3.2-makedev.patch | 8 ++++---- sys-fs/squashfs-tools/files/squashfs-tools-3.4-makedev.patch | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys-fs/squashfs-tools/files/squashfs-tools-3.2-makedev.patch b/sys-fs/squashfs-tools/files/squashfs-tools-3.2-makedev.patch index b7bffe01af9..c55d905dae1 100644 --- a/sys-fs/squashfs-tools/files/squashfs-tools-3.2-makedev.patch +++ b/sys-fs/squashfs-tools/files/squashfs-tools-3.2-makedev.patch @@ -1,5 +1,5 @@ ---- a/squashfs-tools/unsquashfs.c -+++ b/squashfs-tools/unsquashfs.c +--- a/unsquashfs.c ++++ b/unsquashfs.c @@ -34,6 +34,7 @@ #include <zlib.h> #include <sys/mman.h> @@ -8,8 +8,8 @@ #ifndef linux #define __BYTE_ORDER BYTE_ORDER ---- a/squashfs-tools/mksquashfs.c -+++ b/squashfs-tools/mksquashfs.c +--- a/mksquashfs.c ++++ b/mksquashfs.c @@ -44,6 +44,7 @@ #include <sys/mman.h> #include <pthread.h> diff --git a/sys-fs/squashfs-tools/files/squashfs-tools-3.4-makedev.patch b/sys-fs/squashfs-tools/files/squashfs-tools-3.4-makedev.patch index 17eb3ffaac2..da9d6bed456 100644 --- a/sys-fs/squashfs-tools/files/squashfs-tools-3.4-makedev.patch +++ b/sys-fs/squashfs-tools/files/squashfs-tools-3.4-makedev.patch @@ -1,5 +1,5 @@ ---- a/squashfs-tools/mksquashfs.c -+++ b/squashfs-tools/mksquashfs.c +--- a/mksquashfs.c ++++ b/mksquashfs.c @@ -47,6 +47,7 @@ #include <math.h> #include <regex.h> @@ -8,8 +8,8 @@ #ifndef linux #define __BYTE_ORDER BYTE_ORDER ---- a/squashfs-tools/unsquashfs.c -+++ b/squashfs-tools/unsquashfs.c +--- a/unsquashfs.c ++++ b/unsquashfs.c @@ -47,6 +47,7 @@ #include <math.h> #include <sys/ioctl.h>
