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/garden/
Date: Thu, 31 Mar 2016 07:07:48
Message-Id: 1459408040.b4f950e928e8b0bf74bc8c14f4843a70cb15e151.mr_bones_@gentoo
1 commit: b4f950e928e8b0bf74bc8c14f4843a70cb15e151
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 07:06:55 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 07:07:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f950e9
7
8 games-action/garden: build with gcc5 (bug #572672)
9
10 Package-Manager: portage-2.2.26
11
12 games-action/garden/garden-1.0.9.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/games-action/garden/garden-1.0.9.ebuild b/games-action/garden/garden-1.0.9.ebuild
16 index 39f6086..83edd1c 100644
17 --- a/games-action/garden/garden-1.0.9.ebuild
18 +++ b/games-action/garden/garden-1.0.9.ebuild
19 @@ -1,15 +1,15 @@
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 gnome2-utils autotools games
27 +inherit eutils gnome2-utils autotools flag-o-matic games
28
29 DESCRIPTION="Multiplatform vertical shoot-em-up with non-traditional elements"
30 HOMEPAGE="http://garden.sourceforge.net/"
31 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
32
33 -LICENSE="GPL-3"
34 +LICENSE="GPL-3+"
35 SLOT="0"
36 KEYWORDS="amd64 ~ppc x86"
37 IUSE=""
38 @@ -26,6 +26,7 @@ src_prepare() {
39 -e 's/inline/extern inline/' \
40 src/stuff.h || die
41 eautoreconf
42 + append-cflags -std=gnu89 # build with gcc5 (bug #572672)
43 }
44
45 src_install() {