summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2020-11-26 16:10:25 +0100
committerSebastian Pipping <sping@gentoo.org>2020-11-26 16:13:14 +0100
commitc00abe05e686dff46288a9ae7c887d92b93c3cef (patch)
treeb34f94e60ab57a5b8fae9809d438e4ac591c288e /www-servers/gatling/gatling-0.15.ebuild
parentdev-python/pyfakefs: Bump to 4.3.2 (diff)
downloadgentoo-c00abe05e686dff46288a9ae7c887d92b93c3cef.tar.gz
gentoo-c00abe05e686dff46288a9ae7c887d92b93c3cef.tar.bz2
gentoo-c00abe05e686dff46288a9ae7c887d92b93c3cef.zip
www-servers/gatling: Fix compile for GCC 10
Closes: https://bugs.gentoo.org/706396 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-3.0.0, Repoman-2.3.23
Diffstat (limited to 'www-servers/gatling/gatling-0.15.ebuild')
-rw-r--r--www-servers/gatling/gatling-0.15.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/www-servers/gatling/gatling-0.15.ebuild b/www-servers/gatling/gatling-0.15.ebuild
index ba78c1bb2f64..e206f26d0464 100644
--- a/www-servers/gatling/gatling-0.15.ebuild
+++ b/www-servers/gatling/gatling-0.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -25,6 +25,7 @@ RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}/${PN}-0.13-compile.patch"
+ "${FILESDIR}/${P}-gcc10.patch"
)
src_prepare() {