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-engines/gargoyle/
Date: Fri, 01 Apr 2016 07:31:42
Message-Id: 1459495871.c830cb46af4ddf23b6fccf163d1286aaed90b393.mr_bones_@gentoo
1 commit: c830cb46af4ddf23b6fccf163d1286aaed90b393
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 07:30:32 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 07:31:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c830cb46
7
8 games-engines/gargoyle: build with gcc5 (bug #573378)
9
10 Package-Manager: portage-2.2.26
11
12 games-engines/gargoyle/gargoyle-2011.1.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/games-engines/gargoyle/gargoyle-2011.1.ebuild b/games-engines/gargoyle/gargoyle-2011.1.ebuild
16 index 428fc30..0494b53 100644
17 --- a/games-engines/gargoyle/gargoyle-2011.1.ebuild
18 +++ b/games-engines/gargoyle/gargoyle-2011.1.ebuild
19 @@ -1,4 +1,4 @@
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 @@ -10,7 +10,7 @@
26 # don't apply. (Fonts are installed through dependencies instead.)
27
28 EAPI=5
29 -inherit eutils multiprocessing toolchain-funcs gnome2-utils games
30 +inherit eutils flag-o-matic multiprocessing toolchain-funcs gnome2-utils games
31
32 DESCRIPTION="An Interactive Fiction (IF) player supporting all major formats"
33 HOMEPAGE="http://ccxvii.net/gargoyle/"
34 @@ -57,6 +57,7 @@ src_prepare() {
35 sed -i -e 's/Linux Libertine O/Linux Libertine/g' garglk/garglk.ini || die
36
37 epatch "${FILESDIR}"/${P}-desktopfile.patch
38 + append-cflags -std=gnu89 # build with gcc5 (bug #573378)
39 }
40
41 src_compile() {