Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 547528 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/app-crypt/pinentry/pinentry-0.9.0-r3.ebuild (-1 / +5 lines)
Lines 4-10 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit qmake-utils autotools multilib eutils flag-o-matic
7
inherit qmake-utils autotools multilib eutils flag-o-matic toolchain-funcs
8
8
9
DESCRIPTION="Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol"
9
DESCRIPTION="Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol"
10
HOMEPAGE="http://gnupg.org/aegypten2/index.html"
10
HOMEPAGE="http://gnupg.org/aegypten2/index.html"
Lines 60-65 Link Here
60
		append-libs -lgnu
60
		append-libs -lgnu
61
	fi
61
	fi
62
62
63
	if [[ $(gcc-major-version) -ge 5 ]]; then
64
		append-cxxflags -std=gnu++11
65
	fi
66
63
	# Issues finding qt on multilib systems
67
	# Issues finding qt on multilib systems
64
	export QTLIB="${QTDIR}/$(get_libdir)"
68
	export QTLIB="${QTDIR}/$(get_libdir)"
65
69

Return to bug 547528