Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/ysm/
Date: Sun, 20 Jun 2021 21:21:32
Message-Id: 1624224041.437cf07c8f2d022bce866db6050fa314812fc5ba.sam@gentoo
1 commit: 437cf07c8f2d022bce866db6050fa314812fc5ba
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 20 21:20:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 20 21:20:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437cf07c
7
8 net-im/ysm: fix WhitespaceFound
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-im/ysm/ysm-2.9.9.1-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-im/ysm/ysm-2.9.9.1-r2.ebuild b/net-im/ysm/ysm-2.9.9.1-r2.ebuild
16 index 13963a823e8..c36878d1981 100644
17 --- a/net-im/ysm/ysm-2.9.9.1-r2.ebuild
18 +++ b/net-im/ysm/ysm-2.9.9.1-r2.ebuild
19 @@ -39,8 +39,8 @@ src_prepare() {
20 }
21
22 src_configure() {
23 - # fix bug 570408 by restoring pre-GCC 5 inline semantics
24 - append-cflags -std=gnu89
25 + # fix bug #570408 by restoring pre-GCC 5 inline semantics
26 + append-cflags -std=gnu89
27
28 econf
29 }