From 3d3a1f91e942cf0860471eb4d3d621612061a1f0 Mon Sep 17 00:00:00 2001 From: Peter Levine Date: Sun, 23 Jul 2017 23:43:51 -0400 Subject: 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 --- games-strategy/glob2/glob2-0.9.4.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games-strategy/glob2/glob2-0.9.4.4-r1.ebuild') 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() { -- cgit v1.2.3-18-g5258