Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/
Date: Fri, 30 Nov 2018 23:00:44
Message-Id: 1543618830.ba4d9e822666d49d04e7302d553ad4e6dce5158d.dilfridge@gentoo
1 commit: ba4d9e822666d49d04e7302d553ad4e6dce5158d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 30 23:00:20 2018 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 30 23:00:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4d9e82
7
8 sys-devel/binutils: Strip -Wall -Wreturn-type in tests, bug 637066
9
10 Closes: https://bugs.gentoo.org/637066
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 sys-devel/binutils/binutils-2.31.1-r1.ebuild | 4 ++++
15 sys-devel/binutils/binutils-9999.ebuild | 4 ++++
16 2 files changed, 8 insertions(+)
17
18 diff --git a/sys-devel/binutils/binutils-2.31.1-r1.ebuild b/sys-devel/binutils/binutils-2.31.1-r1.ebuild
19 index 180506d1f3e..4cb85dd6a7e 100644
20 --- a/sys-devel/binutils/binutils-2.31.1-r1.ebuild
21 +++ b/sys-devel/binutils/binutils-2.31.1-r1.ebuild
22 @@ -275,6 +275,10 @@ src_compile() {
23
24 src_test() {
25 cd "${MY_BUILDDIR}"
26 +
27 + # bug 637066
28 + filter-flags -Wall -Wreturn-type
29 +
30 emake -k check
31 }
32
33
34 diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild
35 index 52df1648f4f..5e72d97d140 100644
36 --- a/sys-devel/binutils/binutils-9999.ebuild
37 +++ b/sys-devel/binutils/binutils-9999.ebuild
38 @@ -275,6 +275,10 @@ src_compile() {
39
40 src_test() {
41 cd "${MY_BUILDDIR}"
42 +
43 + # bug 637066
44 + filter-flags -Wall -Wreturn-type
45 +
46 emake -k check
47 }