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

(-)file_not_specified_in_diff (-6 / +18 lines)
Line  Link Here
0
-- dev-lang/python/python-2.5.4-r5.ebuild
0
++ dev-lang/python/python-2.5.4-r5.ebuild
Lines 104-109 Link Here
104
	# Linux-3 compat. Bug #374579 (upstream issue12571)
104
	# Linux-3 compat. Bug #374579 (upstream issue12571)
105
	cp -r "${S}/Lib/plat-linux2" "${S}/Lib/plat-linux3" || die
105
	cp -r "${S}/Lib/plat-linux2" "${S}/Lib/plat-linux3" || die
106
106
107
	epatch_user
108
107
	eautoreconf
109
	eautoreconf
108
}
110
}
109
111
110
-- dev-lang/python/python-2.6.8-r1.ebuild
112
++ dev-lang/python/python-2.6.8-r1.ebuild
Lines 102-107 Link Here
102
		Modules/getpath.c \
102
		Modules/getpath.c \
103
		setup.py || die "sed failed to replace @@GENTOO_LIBDIR@@"
103
		setup.py || die "sed failed to replace @@GENTOO_LIBDIR@@"
104
104
105
	epatch_user
106
105
	eautoconf
107
	eautoconf
106
	eautoheader
108
	eautoheader
107
}
109
}
108
-- dev-lang/python/python-2.7.4.ebuild
110
++ dev-lang/python/python-2.7.4.ebuild
Lines 109-114 Link Here
109
		Modules/getpath.c \
109
		Modules/getpath.c \
110
		setup.py || die "sed failed to replace @@GENTOO_LIBDIR@@"
110
		setup.py || die "sed failed to replace @@GENTOO_LIBDIR@@"
111
111
112
	epatch_user
113
112
	eautoconf
114
	eautoconf
113
	eautoheader
115
	eautoheader
114
}
116
}
115
-- dev-lang/python/python-3.1.5-r1.ebuild
117
++ dev-lang/python/python-3.1.5-r1.ebuild
Lines 78-83 Link Here
78
		Modules/getpath.c \
78
		Modules/getpath.c \
79
		setup.py || die "sed failed to replace @@GENTOO_LIBDIR@@"
79
		setup.py || die "sed failed to replace @@GENTOO_LIBDIR@@"
80
80
81
	epatch_user
82
81
	eautoconf
83
	eautoconf
82
	eautoheader
84
	eautoheader
83
}
85
}
84
-- dev-lang/python/python-3.2.4.ebuild
86
++ dev-lang/python/python-3.2.4.ebuild
Lines 91-96 Link Here
91
	# Disable ABI flags.
91
	# Disable ABI flags.
92
	sed -e "s/ABIFLAGS=\"\${ABIFLAGS}.*\"/:/" -i configure.ac || die "sed failed"
92
	sed -e "s/ABIFLAGS=\"\${ABIFLAGS}.*\"/:/" -i configure.ac || die "sed failed"
93
93
94
	epatch_user
95
94
	eautoconf
96
	eautoconf
95
	eautoheader
97
	eautoheader
96
}
98
}
97
-- dev-lang/python/python-3.3.1.ebuild
99
++ dev-lang/python/python-3.3.1.ebuild
Lines 78-83 Link Here
78
	# Disable ABI flags.
78
	# Disable ABI flags.
79
	sed -e "s/ABIFLAGS=\"\${ABIFLAGS}.*\"/:/" -i configure.ac || die "sed failed"
79
	sed -e "s/ABIFLAGS=\"\${ABIFLAGS}.*\"/:/" -i configure.ac || die "sed failed"
80
80
81
	epatch_user
82
81
	eautoconf
83
	eautoconf
82
	eautoheader
84
	eautoheader
83
}
85
}

Return to bug 447714