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

(-)pycrypto-2.1.0.ebuild (+2 lines)
Lines 32-37 Link Here
32
src_prepare() {
32
src_prepare() {
33
	distutils_src_prepare
33
	distutils_src_prepare
34
	epatch "${FILESDIR}/${PN}-2.1.0-gmp.patch"
34
	epatch "${FILESDIR}/${PN}-2.1.0-gmp.patch"
35
	sed -i -e 's/defined(_WCHAR_T_DEFINED)/defined(_WCHAR_T_DEFINED) || defined(_WCHAR_T_DECLARED)/' \
36
		"${S}/src/libtom/tomcrypt_pk.h" || die "sed failed"
35
}
37
}
36
38
37
src_configure() {
39
src_configure() {

Return to bug 302168