summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/s2n/s2n-0.10.21.ebuild6
1 files 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 d48174822704..225dc5144615 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
}