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: net-p2p/opendchub/
Date: Wed, 06 Jan 2021 23:23:11
Message-Id: 1609975368.092963c1ea957d0a99bd9dba335fdafd3f0e941f.dilfridge@gentoo
1 commit: 092963c1ea957d0a99bd9dba335fdafd3f0e941f
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 23:08:29 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 23:22:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092963c1
7
8 net-p2p/opendchub: Apply gcc-10 workaround
9
10 Closes: https://bugs.gentoo.org/708830
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
13
14 net-p2p/opendchub/opendchub-0.8.2.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/net-p2p/opendchub/opendchub-0.8.2.ebuild b/net-p2p/opendchub/opendchub-0.8.2.ebuild
18 index 2fd66e533b5..0e6df905951 100644
19 --- a/net-p2p/opendchub/opendchub-0.8.2.ebuild
20 +++ b/net-p2p/opendchub/opendchub-0.8.2.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27
28 -inherit autotools eutils
29 +inherit autotools eutils flag-o-matic
30
31 DESCRIPTION="hub software for Direct Connect"
32 HOMEPAGE="http://opendchub.sf.net"
33 @@ -25,6 +25,7 @@ src_prepare() {
34 }
35
36 src_configure() {
37 + add-flags -fcommon
38 use perl || myconf="--disable-perl --enable-switch_user"
39 econf ${myconf}
40 }