commit: efab3e0527aa897ea47a9df366e9411f04f38d95 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> AuthorDate: Sat May 20 16:10:39 2017 +0000 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> CommitDate: Sat May 20 16:11:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efab3e05
sys-fs/loop-aes: cleanup unused patch Package-Manager: Portage-2.3.5, Repoman-2.3.1 sys-fs/loop-aes/files/loop-aes-3.7c-linux4.patch | 45 ------------------------ 1 file changed, 45 deletions(-) diff --git a/sys-fs/loop-aes/files/loop-aes-3.7c-linux4.patch b/sys-fs/loop-aes/files/loop-aes-3.7c-linux4.patch deleted file mode 100644 index 339f2c9d600..00000000000 --- a/sys-fs/loop-aes/files/loop-aes-3.7c-linux4.patch +++ /dev/null @@ -1,45 +0,0 @@ -From 9b7f9272a5462e03daea0b316f9047e103866ed3 Mon Sep 17 00:00:00 2001 -From: Alon Bar-Lev <[email protected]> -Date: Wed, 6 May 2015 22:51:54 +0300 -Subject: [PATCH] build: support linux-4 - ---- - loop-h-version.h | 4 +++- - loop.c-4.x.patched | 1 + - loop.h-4.x.patched | 1 + - 3 files changed, 5 insertions(+), 1 deletion(-) - create mode 120000 loop.c-4.x.patched - create mode 120000 loop.h-4.x.patched - -diff --git a/loop-h-version.h b/loop-h-version.h -index 8e6a734..84a538c 100644 ---- a/loop-h-version.h -+++ b/loop-h-version.h -@@ -1,5 +1,7 @@ - #include <linux/version.h> --#if LINUX_VERSION_CODE >= 0x30000 -+#if LINUX_VERSION_CODE >= 0x40000 -+# include "loop.h-4.x.patched" -+#elif LINUX_VERSION_CODE >= 0x30000 - # include "loop.h-3.x.patched" - #elif LINUX_VERSION_CODE >= 0x20600 - # include "loop.h-2.6.patched" -diff --git a/loop.c-4.x.patched b/loop.c-4.x.patched -new file mode 120000 -index 0000000..b6e51c3 ---- /dev/null -+++ b/loop.c-4.x.patched -@@ -0,0 +1 @@ -+loop.c-3.x.patched -\ No newline at end of file -diff --git a/loop.h-4.x.patched b/loop.h-4.x.patched -new file mode 120000 -index 0000000..0924ecb ---- /dev/null -+++ b/loop.h-4.x.patched -@@ -0,0 +1 @@ -+loop.h-3.x.patched -\ No newline at end of file --- -2.3.6 -
