summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/xca/xca-1.3.2-r2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-crypt/xca/xca-1.3.2-r2.ebuild b/app-crypt/xca/xca-1.3.2-r2.ebuild
index 2e7e236d5959..117d698ad863 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) \