commit:     26bf76caa565de0d9ca3fe2dadf550d8c27c4e40
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 19 14:27:55 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 14:39:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26bf76ca

app-crypt/xca: Fixed compilation with >=qt-5.7.0 (bug #595440).

Package-Manager: portage-2.3.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 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 2e7e236..117d698 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) \

Reply via email to