From d66fbda28e0eb26b9bfda57dfc21e04b8094affa Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 24 Mar 2023 14:07:16 +0100 Subject: [PATCH] steghide: missing newlines by PATCHES --- app-crypt/steghide/steghide-0.5.1.recipe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-crypt/steghide/steghide-0.5.1.recipe b/app-crypt/steghide/steghide-0.5.1.recipe index dff9d63ea..a4e6f890d 100644 --- a/app-crypt/steghide/steghide-0.5.1.recipe +++ b/app-crypt/steghide/steghide-0.5.1.recipe @@ -11,7 +11,9 @@ SOURCE_URI="https://downloads.sourceforge.net/steghide/steghide-$portVersion.tar CHECKSUM_SHA256="a2c7f879a3e22860879889106cc49e486000653f81448264affa0fd616a47da1" PATCHES="steghide-$portVersion.patchset" if [ "$targetArchitecture" != x86_gcc2 ]; then - PATCHES+="steghide-gcc11-$portVersion.patchset" + PATCHES+=" + steghide-gcc11-$portVersion.patchset + " fi ARCHITECTURES="all"