Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/bytestructures/
Date: Fri, 22 May 2020 18:22:17
Message-Id: 1590171212.ddf55b31f72159a7066300e2bc54cdef1493aa0c.slyfox@gentoo
1 commit: ddf55b31f72159a7066300e2bc54cdef1493aa0c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 22 18:13:10 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri May 22 18:13:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddf55b31
7
8 dev-scheme/bytestructures: add QA CFLAGS workaround, bug #724068
9
10 guile does not use CFLAGS, it's a portage's false positive
11 (see bug #677600).
12
13 Reported-by: Agostino Sarubbo
14 Closes: https://bugs.gentoo.org/724068
15 Bug: https://bugs.gentoo.org/677600
16 Package-Manager: Portage-2.3.99, Repoman-2.3.22
17 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
18
19 dev-scheme/bytestructures/bytestructures-1.0.1.ebuild | 6 +++++-
20 1 file changed, 5 insertions(+), 1 deletion(-)
21
22 diff --git a/dev-scheme/bytestructures/bytestructures-1.0.1.ebuild b/dev-scheme/bytestructures/bytestructures-1.0.1.ebuild
23 index 810721ecfa9..f87e5474f7f 100644
24 --- a/dev-scheme/bytestructures/bytestructures-1.0.1.ebuild
25 +++ b/dev-scheme/bytestructures/bytestructures-1.0.1.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2018 Gentoo Foundation
28 +# Copyright 1999-2020 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=6
32 @@ -14,3 +14,7 @@ IUSE=""
33
34 RDEPEND=">=dev-scheme/guile-2.0.0:="
35 DEPEND="${RDEPEND}"
36 +
37 +# guile generates ELF files without use of C or machine code
38 +# It's a portage's false positive. bug #677600
39 +QA_FLAGS_IGNORED='.*[.]go'