Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gmp-ecm/
Date: Fri, 13 May 2022 22:50:28
Message-Id: 1652482189.6080cacf2cd377d319b617fff83e470497ca45de.conikost@gentoo
1 commit: 6080cacf2cd377d319b617fff83e470497ca45de
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 22:11:51 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 22:49:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6080cacf
7
8 sci-mathematics/gmp-ecm: fix qa WhitespaceFound
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index a3e4c57b7900..2a77bd33a96a 100644
17 --- a/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r4.ebuild
18 +++ b/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -37,7 +37,7 @@ src_prepare(){
26 # create a sample with the assembly code needed
27 # Quote around # are needed because the files will be processed by M4.
28 cat <<-EOF > "${T}/sample.asm"
29 -
30 +
31 \`#'if defined(__linux__) && defined(__ELF__)
32 .section .note.GNU-stack,"",%progbits
33 \`#'endif