public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/sagan/
Date: Wed,  6 Jan 2021 19:21:26 +0000 (UTC)	[thread overview]
Message-ID: <1609960303.34c0ed5e5c20122242967aa6a274fdb475cf2949.dilfridge@gentoo> (raw)

commit:     34c0ed5e5c20122242967aa6a274fdb475cf2949
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 19:11:43 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 19:11:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c0ed5e

app-admin/sagan: Apply gcc-10 workaround

Closes: https://bugs.gentoo.org/706882
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>

 app-admin/sagan/sagan-1.0.0_rc3-r1.ebuild | 8 +++++---
 app-admin/sagan/sagan-1.0.0_rc3.ebuild    | 8 +++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/app-admin/sagan/sagan-1.0.0_rc3-r1.ebuild b/app-admin/sagan/sagan-1.0.0_rc3-r1.ebuild
index 4156492fe77..c9406818811 100644
--- a/app-admin/sagan/sagan-1.0.0_rc3-r1.ebuild
+++ b/app-admin/sagan/sagan-1.0.0_rc3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 AUTOTOOLS_AUTORECONF=1
 AUTOTOOLS_IN_SOURCE_BUILD=1
 
-inherit eutils autotools-utils user
+inherit eutils autotools-utils user flag-o-matic
 
 DESCRIPTION="Sagan is a multi-threaded, real time system and event log monitoring system"
 HOMEPAGE="http://sagan.quadrantsec.com/"
@@ -51,7 +51,9 @@ pkg_setup() {
 }
 
 src_configure() {
-	 local myeconfargs=(
+	append-flags -fcommon
+
+	local myeconfargs=(
 		$(use_enable smtp esmtp)
 		$(use_enable lognorm)
 		$(use_enable libdnet)

diff --git a/app-admin/sagan/sagan-1.0.0_rc3.ebuild b/app-admin/sagan/sagan-1.0.0_rc3.ebuild
index da136ef46dc..2fe8dd00f3c 100644
--- a/app-admin/sagan/sagan-1.0.0_rc3.ebuild
+++ b/app-admin/sagan/sagan-1.0.0_rc3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 AUTOTOOLS_AUTORECONF=1
 AUTOTOOLS_IN_SOURCE_BUILD=1
 
-inherit eutils autotools-utils user
+inherit eutils autotools-utils user flag-o-matic
 
 DESCRIPTION="Sagan is a multi-threaded, real time system and event log monitoring system"
 HOMEPAGE="http://sagan.quadrantsec.com/"
@@ -46,7 +46,9 @@ pkg_setup() {
 }
 
 src_configure() {
-	 local myeconfargs=(
+	append-flags -fcommon
+
+	local myeconfargs=(
 		$(use_enable smtp esmtp)
 		$(use_enable lognorm)
 		$(use_enable libdnet)


             reply	other threads:[~2021-01-06 19:21 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-06 19:21 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-11  8:22 [gentoo-commits] repo/gentoo:master commit in: app-admin/sagan/ Joonas Niilola
2022-03-23  1:24 Sam James
2021-07-20 20:30 Conrad Kostecki
2021-07-20 20:30 Conrad Kostecki
2021-07-20 20:22 Conrad Kostecki
2021-07-20 19:36 Conrad Kostecki
2021-07-20 19:36 Conrad Kostecki
2021-03-15  1:26 Sam James
2021-03-15  1:26 Sam James
2021-03-15  1:26 Sam James
2021-03-12 15:35 Sam James
2021-03-12 15:28 Sam James
2021-03-12 15:25 Sam James
2021-03-11 12:40 Sam James
2021-03-11 12:39 Sam James
2021-03-11  8:27 Sam James
2021-03-11  8:16 Sam James
2021-03-11  8:07 Sam James
2021-03-11  8:04 Sam James
2021-03-11  7:29 Sam James
2021-02-11  2:12 Sam James
2020-09-24  1:06 Aaron Bauman
2017-12-19 21:45 Thomas Deutschmann
2016-05-29 20:21 Alexander Vershilov
2016-04-04  9:00 Ian Delaney
2015-11-01 13:05 Mikle Kolyada
2015-10-30  9:18 Agostino Sarubbo
2015-10-14  9:31 Ian Delaney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1609960303.34c0ed5e5c20122242967aa6a274fdb475cf2949.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox