Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/koth/
Date: Thu, 31 Mar 2016 08:46:54
Message-Id: 1459413994.5447acb2b36c8c75a5faee7908778fc916547409.mr_bones_@gentoo
1 commit: 5447acb2b36c8c75a5faee7908778fc916547409
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 08:46:18 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 08:46:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5447acb2
7
8 games-action/koth: build with gcc5 (bug #570730)
9
10 Package-Manager: portage-2.2.26
11
12 games-action/koth/koth-0.8.0.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/games-action/koth/koth-0.8.0.ebuild b/games-action/koth/koth-0.8.0.ebuild
16 index 0bbe48f..eea7122 100644
17 --- a/games-action/koth/koth-0.8.0.ebuild
18 +++ b/games-action/koth/koth-0.8.0.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26 -inherit eutils games
27 +inherit eutils flag-o-matic games
28
29 DESCRIPTION="Multiplayer, networked game of little tanks with really big weapons"
30 HOMEPAGE="http://www.nongnu.org/koth/"
31 @@ -23,6 +23,7 @@ src_prepare() {
32 epatch "${FILESDIR}"/${P}-gcc-3.4.patch
33 sed -i "s:/etc/koth:${GAMES_SYSCONFDIR}:" cfgfile.h || die
34 sed -i 's:(uint16):(uint16_t):' gfx.c gfx.h || die
35 + append-cflags -std=gnu89 # build with gcc5 (bug #570730)
36 }
37
38 src_install() {