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

Collapse All | Expand All

(-)gnupg-1.2.4.ebuild.old (-1 / +3 lines)
Lines 11-17 Link Here
11
11
12
LICENSE="GPL-2 | IDEA GPL-2"
12
LICENSE="GPL-2 | IDEA GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="x86 ppc sparc ~mips alpha hppa amd64 ia64"
14
KEYWORDS="x86 ppc sparc ~mips alpha hppa amd64 ia64 ppc64"
15
IUSE="X ldap nls static caps idea"
15
IUSE="X ldap nls static caps idea"
16
16
17
RDEPEND="!static? ( ldap? ( net-nds/openldap )
17
RDEPEND="!static? ( ldap? ( net-nds/openldap )
Lines 46-51 Link Here
46
	if use idea; then
46
	if use idea; then
47
		mv ${WORKDIR}/idea.c ${S}/cipher/idea.c || ewarn "failed to insert IDEA module"
47
		mv ${WORKDIR}/idea.c ${S}/cipher/idea.c || ewarn "failed to insert IDEA module"
48
	fi
48
	fi
49
50
	epatch ${FILESDIR}/gnupg-1.2.4.ppc64.patch
49
}
51
}
50
52
51
src_compile() {
53
src_compile() {

Return to bug 54814