summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-04-01 04:07:23 -0400
committerMichael Sterrett <mr_bones_@gentoo.org>2016-04-01 04:07:23 -0400
commit2a4a7a2a759ffb1b249bdf50f902c60079bca19c (patch)
tree81c341c254723641c65349549196fa56041b50b2 /games-arcade
parentgames-engines/gargoyle: build with gcc5 (bug #573378) (diff)
downloadgentoo-2a4a7a2a759ffb1b249bdf50f902c60079bca19c.tar.gz
gentoo-2a4a7a2a759ffb1b249bdf50f902c60079bca19c.tar.bz2
gentoo-2a4a7a2a759ffb1b249bdf50f902c60079bca19c.zip
games-arcade/methane: build with gcc5 (bug #573788)
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/methane/methane-1.5.1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/games-arcade/methane/methane-1.5.1.ebuild b/games-arcade/methane/methane-1.5.1.ebuild
index 18dacedf7f80..36af321efc90 100644
--- a/games-arcade/methane/methane-1.5.1.ebuild
+++ b/games-arcade/methane/methane-1.5.1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-inherit eutils games
+inherit eutils flag-o-matic games
DESCRIPTION="Port from an old amiga game"
HOMEPAGE="http://methane.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
@@ -26,6 +26,7 @@ src_prepare() {
# fix weird parallel make issue wrt #450422
mkdir build || die
+ append-cxxflags -Wno-narrowing # build with gcc5 (bug #573788)
}
src_install() {