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: games-arcade/xboing/
Date: Fri, 24 Apr 2020 21:24:13
Message-Id: 1587763423.b3ab289285d6e23cc70866be4ec32c330399f3c2.dilfridge@gentoo
1 commit: b3ab289285d6e23cc70866be4ec32c330399f3c2
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 24 21:23:43 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 24 21:23:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3ab2892
7
8 games-arcade/xboing: Apply -fcommon workaround
9
10 This is prehistoric software without upstream activity or even a
11 bugtracker. Let's keep it working as long as possible...
12
13 Closes: https://bugs.gentoo.org/707214
14 Package-Manager: Portage-2.3.89, Repoman-2.3.20
15 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
16
17 games-arcade/xboing/xboing-2.4-r3.ebuild | 5 +++--
18 1 file changed, 3 insertions(+), 2 deletions(-)
19
20 diff --git a/games-arcade/xboing/xboing-2.4-r3.ebuild b/games-arcade/xboing/xboing-2.4-r3.ebuild
21 index 9c36b5a49e6..d4782422134 100644
22 --- a/games-arcade/xboing/xboing-2.4-r3.ebuild
23 +++ b/games-arcade/xboing/xboing-2.4-r3.ebuild
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30
31 -inherit eutils
32 +inherit flag-o-matic eutils
33
34 DESCRIPTION="Blockout type game where you bounce a ball trying to destroy blocks"
35 HOMEPAGE="http://www.techrescue.org/xboing/"
36 @@ -36,6 +36,7 @@ src_prepare() {
37 src_configure() {
38 xmkmf -a || die
39 sed -i -e "s:GENTOO_VER:${PF/${PN}-/}:" Imakefile || die
40 + append-cflags -fcommon
41 }
42
43 src_compile() {