Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 86147
Collapse All | Expand All

(-)/usr/portage/app-crypt/gpg-agent/gpg-agent-1.9.15.ebuild (-3 / +5 lines)
Lines 18-23 Link Here
18
# KEYWORDS missing due to below packages
18
# KEYWORDS missing due to below packages
19
# ~mips ~s390 ~arm - libksba libpth bug #79171
19
# ~mips ~s390 ~arm - libksba libpth bug #79171
20
# ~mips missing until libassuan gets the keywords bug #76381
20
# ~mips missing until libassuan gets the keywords bug #76381
21
# ~ppc-macos missing libassuan keyword
21
22
22
IUSE="nls caps threads"
23
IUSE="nls caps threads"
23
24
Lines 38-49 Link Here
38
39
39
src_compile() {
40
src_compile() {
40
41
41
	append-ldflags -Wl,-z,now
42
	use ppc-macos || append-ldflags -Wl,-z,now
42
43
43
	econf \
44
	econf \
44
		--enable-agent-only \
45
		--enable-agent-only \
45
		`use_with caps capabilities` \
46
		$(use_with caps capabilities) \
46
		`use_enable threads` \
47
		$(use_enable threads) \
48
		$(use_enable nls) \
47
		|| die
49
		|| die
48
50
49
	emake || die
51
	emake || die

Return to bug 86147