commit: b197eaea91fd26180fadac31af951cbe4afcdff8
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 10:52:30 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 10:59:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b197eaea
dev-libs/s2n: WhitespaceFound
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-libs/s2n/s2n-0.10.21.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-libs/s2n/s2n-0.10.21.ebuild b/dev-libs/s2n/s2n-0.10.21.ebuild
index d4817482270..225dc514461 100644
--- a/dev-libs/s2n/s2n-0.10.21.ebuild
+++ b/dev-libs/s2n/s2n-0.10.21.ebuild
@@ -25,11 +25,11 @@ DEPEND="${RDEPEND}"
src_prepare() {
default
- # Fix
+ # Fix
# QA Notice: The following files contain writable and executable
sections (...)
sed \
- -e '$a\\n#if defined(__linux__) && defined(__ELF__)\n.section
.note.GNU-stack,"",%progbits\n#endif' \
- -i "${S}"/pq-crypto/sike_r2/fp_x64_asm.S || die "sed failed"
+ -e '$a\\n#if defined(__linux__) && defined(__ELF__)\n.section
.note.GNU-stack,"",%progbits\n#endif' \
+ -i "${S}"/pq-crypto/sike_r2/fp_x64_asm.S || die "sed failed"
cmake_src_prepare
}