summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2018-01-13 15:14:40 +0700
committerAndrey Grozin <grozin@gentoo.org>2018-01-13 15:14:40 +0700
commitd886010781dc6f67ccf137b8e1397b225238793f (patch)
tree9115af6005e0b27a5f0c69661dfb5abc8392537e /sci-visualization/gle/gle-4.2.5-r1.ebuild
parentdev-ruby/amq-protocol: add 2.3.0 (diff)
downloadgentoo-d886010781dc6f67ccf137b8e1397b225238793f.tar.gz
gentoo-d886010781dc6f67ccf137b8e1397b225238793f.tar.bz2
gentoo-d886010781dc6f67ccf137b8e1397b225238793f.zip
sci-visualization/gle: fix building with -std=c++14
Closes: https://bugs.gentoo.org/638876 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sci-visualization/gle/gle-4.2.5-r1.ebuild')
-rw-r--r--sci-visualization/gle/gle-4.2.5-r1.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/sci-visualization/gle/gle-4.2.5-r1.ebuild b/sci-visualization/gle/gle-4.2.5-r1.ebuild
index b16b4ee3425d..c9157c018093 100644
--- a/sci-visualization/gle/gle-4.2.5-r1.ebuild
+++ b/sci-visualization/gle/gle-4.2.5-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit eutils elisp-common flag-o-matic autotools
DESCRIPTION="Graphics Layout Engine"
@@ -30,8 +30,12 @@ RDEPEND="${DEPEND}
S="${WORKDIR}"/${MY_P}
+PATCHES=( "${FILESDIR}"/${P}-parallel.patch
+ "${FILESDIR}"/${P}-c++14.patch
+ )
+
src_prepare() {
- epatch "${FILESDIR}"/${PN}-4.2.4b-parallel.patch
+ default
eaclocal
eautoconf
}