diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-05-14 00:11:51 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-05-14 00:49:49 +0200 |
commit | 6080cacf2cd377d319b617fff83e470497ca45de (patch) | |
tree | 187786cb6cc26abad686e18c38488ff46ef12b5d /sci-mathematics | |
parent | net-mail/poppassd_ceti: fix qa WhitespaceFound (diff) | |
download | gentoo-6080cacf2cd377d319b617fff83e470497ca45de.tar.gz gentoo-6080cacf2cd377d319b617fff83e470497ca45de.tar.bz2 gentoo-6080cacf2cd377d319b617fff83e470497ca45de.zip |
sci-mathematics/gmp-ecm: fix qa WhitespaceFound
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r4.ebuild b/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r4.ebuild index a3e4c57b7900..2a77bd33a96a 100644 --- a/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r4.ebuild +++ b/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -37,7 +37,7 @@ src_prepare(){ # create a sample with the assembly code needed # Quote around # are needed because the files will be processed by M4. cat <<-EOF > "${T}/sample.asm" - + \`#'if defined(__linux__) && defined(__ELF__) .section .note.GNU-stack,"",%progbits \`#'endif |