commit: 3f2821ef9051b30dd9bcbc676e80e10b05ab93fd Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Tue Jun 2 10:53:34 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Jun 2 11:13:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f2821ef
app-emulation/crun: fix extra spaces from patch file Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> .../files/libocispec-deduplicate-json_common-in-makefile-am.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/crun/files/libocispec-deduplicate-json_common-in-makefile-am.patch b/app-emulation/crun/files/libocispec-deduplicate-json_common-in-makefile-am.patch index 7d188abf8df..234ac20ad8d 100644 --- a/app-emulation/crun/files/libocispec-deduplicate-json_common-in-makefile-am.patch +++ b/app-emulation/crun/files/libocispec-deduplicate-json_common-in-makefile-am.patch @@ -24,8 +24,8 @@ index 65bed45..c7ede83 100644 -SOURCE_FILES = src/json_common.c \ +SOURCE_FILES = \ - src/image_spec_schema_config_schema.c \ - src/image_spec_schema_content_descriptor.c \ - src/image_spec_schema_defs.c \ + src/image_spec_schema_config_schema.c \ + src/image_spec_schema_content_descriptor.c \ + src/image_spec_schema_defs.c \ -- 2.24.1
