diff options
Diffstat (limited to 'games-arcade/tecnoballz/tecnoballz-0.92.ebuild')
-rw-r--r-- | games-arcade/tecnoballz/tecnoballz-0.92.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-arcade/tecnoballz/tecnoballz-0.92.ebuild b/games-arcade/tecnoballz/tecnoballz-0.92.ebuild index db2ecc4b5cbe..9ac9105bdc1a 100644 --- a/games-arcade/tecnoballz/tecnoballz-0.92.ebuild +++ b/games-arcade/tecnoballz/tecnoballz-0.92.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 @@ -21,6 +21,7 @@ RDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}"/${P}-gcc43.patch \ + "${FILESDIR}"/${P}-gcc6.patch \ "${FILESDIR}"/${P}-automake.patch mv man/${PN}.fr.6 man/fr/${PN}.6 || die # don't combine explicit and implicit rules for make 3.82 (bug #334629) |