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

(-)file_not_specified_in_diff (-1 / +7 lines)
Line  Link Here
0
-- docutils-0.7.ebuild
0
++ docutils-0.7.ebuild
Lines 27-32 Link Here
27
27
28
GLEP_SRC="${WORKDIR}/glep-0.4-r1"
28
GLEP_SRC="${WORKDIR}/glep-0.4-r1"
29
29
30
pkg_setup() {
31
	python_pkg_setup
32
33
	python -c 'import os; print((os.environ.get("LC_ALL"), os.environ.get("LC_CTYPE"), os.environ.get("LANG")))'
34
}
35
30
src_prepare() {
36
src_prepare() {
31
	# Delete internal copies of optparse and textwrap modules.
37
	# Delete internal copies of optparse and textwrap modules.
32
	rm -f extras/{optparse.py,textwrap.py}
38
	rm -f extras/{optparse.py,textwrap.py}

Return to bug 328721