summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-12-13 12:52:30 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-12-13 12:59:49 +0200
commitb197eaea91fd26180fadac31af951cbe4afcdff8 (patch)
tree6f689cdd9da3b771e32de98495d17c5ca6400d5a
parentdev-libs/aws-c-io: fix description (diff)
downloadgentoo-b197eaea91fd26180fadac31af951cbe4afcdff8.tar.gz
gentoo-b197eaea91fd26180fadac31af951cbe4afcdff8.tar.bz2
gentoo-b197eaea91fd26180fadac31af951cbe4afcdff8.zip
dev-libs/s2n: WhitespaceFound
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-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
}