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: app-admin/sagan/
Date: Wed, 06 Jan 2021 19:21:31
Message-Id: 1609960303.34c0ed5e5c20122242967aa6a274fdb475cf2949.dilfridge@gentoo
1 commit: 34c0ed5e5c20122242967aa6a274fdb475cf2949
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 19:11:43 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 19:11:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c0ed5e
7
8 app-admin/sagan: Apply gcc-10 workaround
9
10 Closes: https://bugs.gentoo.org/706882
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
13
14 app-admin/sagan/sagan-1.0.0_rc3-r1.ebuild | 8 +++++---
15 app-admin/sagan/sagan-1.0.0_rc3.ebuild | 8 +++++---
16 2 files changed, 10 insertions(+), 6 deletions(-)
17
18 diff --git a/app-admin/sagan/sagan-1.0.0_rc3-r1.ebuild b/app-admin/sagan/sagan-1.0.0_rc3-r1.ebuild
19 index 4156492fe77..c9406818811 100644
20 --- a/app-admin/sagan/sagan-1.0.0_rc3-r1.ebuild
21 +++ b/app-admin/sagan/sagan-1.0.0_rc3-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -6,7 +6,7 @@ EAPI=5
29 AUTOTOOLS_AUTORECONF=1
30 AUTOTOOLS_IN_SOURCE_BUILD=1
31
32 -inherit eutils autotools-utils user
33 +inherit eutils autotools-utils user flag-o-matic
34
35 DESCRIPTION="Sagan is a multi-threaded, real time system and event log monitoring system"
36 HOMEPAGE="http://sagan.quadrantsec.com/"
37 @@ -51,7 +51,9 @@ pkg_setup() {
38 }
39
40 src_configure() {
41 - local myeconfargs=(
42 + append-flags -fcommon
43 +
44 + local myeconfargs=(
45 $(use_enable smtp esmtp)
46 $(use_enable lognorm)
47 $(use_enable libdnet)
48
49 diff --git a/app-admin/sagan/sagan-1.0.0_rc3.ebuild b/app-admin/sagan/sagan-1.0.0_rc3.ebuild
50 index da136ef46dc..2fe8dd00f3c 100644
51 --- a/app-admin/sagan/sagan-1.0.0_rc3.ebuild
52 +++ b/app-admin/sagan/sagan-1.0.0_rc3.ebuild
53 @@ -1,4 +1,4 @@
54 -# Copyright 1999-2017 Gentoo Foundation
55 +# Copyright 1999-2021 Gentoo Authors
56 # Distributed under the terms of the GNU General Public License v2
57
58 EAPI=5
59 @@ -6,7 +6,7 @@ EAPI=5
60 AUTOTOOLS_AUTORECONF=1
61 AUTOTOOLS_IN_SOURCE_BUILD=1
62
63 -inherit eutils autotools-utils user
64 +inherit eutils autotools-utils user flag-o-matic
65
66 DESCRIPTION="Sagan is a multi-threaded, real time system and event log monitoring system"
67 HOMEPAGE="http://sagan.quadrantsec.com/"
68 @@ -46,7 +46,9 @@ pkg_setup() {
69 }
70
71 src_configure() {
72 - local myeconfargs=(
73 + append-flags -fcommon
74 +
75 + local myeconfargs=(
76 $(use_enable smtp esmtp)
77 $(use_enable lognorm)
78 $(use_enable libdnet)