From 26bf76caa565de0d9ca3fe2dadf550d8c27c4e40 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Wed, 19 Oct 2016 16:27:55 +0200 Subject: [PATCH] app-crypt/xca: Fixed compilation with >=qt-5.7.0 (bug #595440). Package-Manager: portage-2.3.2 Signed-off-by: Lars Wendler --- app-crypt/xca/xca-1.3.2-r2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-crypt/xca/xca-1.3.2-r2.ebuild b/app-crypt/xca/xca-1.3.2-r2.ebuild index 2e7e236d5959d..117d698ad8639 100644 --- a/app-crypt/xca/xca-1.3.2-r2.ebuild +++ b/app-crypt/xca/xca-1.3.2-r2.ebuild @@ -4,7 +4,7 @@ EAPI="5" -inherit eutils toolchain-funcs autotools +inherit eutils flag-o-matic toolchain-funcs autotools DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests etc" HOMEPAGE="http://xca.sourceforge.net" @@ -32,6 +32,8 @@ src_prepare() { } src_configure() { + # bug #595440 + use qt5 && append-cxxflags -std=c++11 econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ --with-qt-version=$(use qt5 && echo 5 || echo 4) \