Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/tripwire/
Date: Tue, 15 Jun 2021 04:45:03
Message-Id: 1623732282.5ef547cbebac38e4d36357fedea7511894cafa87.sam@gentoo
1 commit: 5ef547cbebac38e4d36357fedea7511894cafa87
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 15 04:44:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 15 04:44:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef547cb
7
8 app-admin/tripwire: use append-flags
9
10 Bug: https://bugs.gentoo.org/786465
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-admin/tripwire/tripwire-2.4.3.7.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-admin/tripwire/tripwire-2.4.3.7.ebuild b/app-admin/tripwire/tripwire-2.4.3.7.ebuild
17 index 306f4125452..b89e3608164 100644
18 --- a/app-admin/tripwire/tripwire-2.4.3.7.ebuild
19 +++ b/app-admin/tripwire/tripwire-2.4.3.7.ebuild
20 @@ -38,7 +38,7 @@ src_configure() {
21 strip-flags
22
23 append-cppflags -DCONFIG_DIR='"\"/etc/tripwire\""'
24 - append-cflags -fno-strict-aliasing
25 + append-flags -fno-strict-aliasing
26
27 # "integer.cpp:1162:24: error: reference to ‘byte’ is ambiguous"
28 # bug #786465