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-arcade/methane/
Date: Fri, 01 Apr 2016 08:07:40
Message-Id: 1459498043.2a4a7a2a759ffb1b249bdf50f902c60079bca19c.mr_bones_@gentoo
1 commit: 2a4a7a2a759ffb1b249bdf50f902c60079bca19c
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 08:07:23 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 08:07:23 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a4a7a2a
7
8 games-arcade/methane: build with gcc5 (bug #573788)
9
10 Package-Manager: portage-2.2.26
11
12 games-arcade/methane/methane-1.5.1.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/games-arcade/methane/methane-1.5.1.ebuild b/games-arcade/methane/methane-1.5.1.ebuild
16 index 18daced..36af321 100644
17 --- a/games-arcade/methane/methane-1.5.1.ebuild
18 +++ b/games-arcade/methane/methane-1.5.1.ebuild
19 @@ -1,15 +1,15 @@
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="Port from an old amiga game"
30 HOMEPAGE="http://methane.sourceforge.net/"
31 SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
32
33 -LICENSE="GPL-2"
34 +LICENSE="GPL-2+"
35 SLOT="0"
36 KEYWORDS="amd64 x86"
37 IUSE=""
38 @@ -26,6 +26,7 @@ src_prepare() {
39
40 # fix weird parallel make issue wrt #450422
41 mkdir build || die
42 + append-cxxflags -Wno-narrowing # build with gcc5 (bug #573788)
43 }
44
45 src_install() {