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-simulation/lincity/
Date: Thu, 31 Mar 2016 16:35:09
Message-Id: 1459442071.9e877958a6a356f3cd6a418f12c0d7571d7bc715.mr_bones_@gentoo
1 commit: 9e877958a6a356f3cd6a418f12c0d7571d7bc715
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 16:34:14 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 16:34:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e877958
7
8 games-simulation/lincity: build with gcc5 (bug #570574)
9
10 Package-Manager: portage-2.2.26
11
12 games-simulation/lincity/lincity-1.13.1.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/games-simulation/lincity/lincity-1.13.1.ebuild b/games-simulation/lincity/lincity-1.13.1.ebuild
16 index cbbe57f..6d94ee4 100644
17 --- a/games-simulation/lincity/lincity-1.13.1.ebuild
18 +++ b/games-simulation/lincity/lincity-1.13.1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2013 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="city/country simulation game for X and Linux SVGALib"
30 HOMEPAGE="http://lincity.sourceforge.net/"
31 @@ -24,6 +24,7 @@ DEPEND="${RDEPEND}
32
33 src_prepare() {
34 epatch "${FILESDIR}"/${P}-build.patch
35 + append-cflags -std=gnu89 # build with gcc5 (bug #570574)
36 }
37
38 src_configure() {