diff options
author | 2017-07-23 23:43:51 -0400 | |
---|---|---|
committer | 2017-07-30 11:09:44 +0200 | |
commit | 3d3a1f91e942cf0860471eb4d3d621612061a1f0 (patch) | |
tree | e5a0110c99bb096b88968b78a7874130462d6df0 /games-strategy/glob2/glob2-0.9.4.4-r1.ebuild | |
parent | games-simulation/dangerdeep: Fix building with -Werror=terminate (diff) | |
download | gentoo-3d3a1f91e942cf0860471eb4d3d621612061a1f0.tar.gz gentoo-3d3a1f91e942cf0860471eb4d3d621612061a1f0.tar.bz2 gentoo-3d3a1f91e942cf0860471eb4d3d621612061a1f0.zip |
games-strategy/glob2: Fix building with GCC-6
Bug: https://bugs.gentoo.org/show_bug.cgi?id=610382
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/5189
Diffstat (limited to 'games-strategy/glob2/glob2-0.9.4.4-r1.ebuild')
-rw-r--r-- | games-strategy/glob2/glob2-0.9.4.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/glob2/glob2-0.9.4.4-r1.ebuild b/games-strategy/glob2/glob2-0.9.4.4-r1.ebuild index a99db31f446..3017798e40f 100644 --- a/games-strategy/glob2/glob2-0.9.4.4-r1.ebuild +++ b/games-strategy/glob2/glob2-0.9.4.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -27,7 +27,7 @@ RDEPEND=" DEPEND="${RDEPEND}" src_prepare() { - epatch "${FILESDIR}"/${P}-{gcc44,scons-blows,underlinking,gcc49}.patch + epatch "${FILESDIR}"/${P}-{gcc{44,49,6},scons-blows,underlinking}.patch } src_configure() { |