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

Collapse All | Expand All

(-)a/dev-lang/python/python-3.9.3.ebuild (+3 lines)
Lines 104-109 src_prepare() { Link Here
104
104
105
	sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
105
	sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
106
		setup.py || die "sed failed to replace @@GENTOO_LIBDIR@@"
106
		setup.py || die "sed failed to replace @@GENTOO_LIBDIR@@"
107
	sed -i -e "s:@@EPREFIX@@:${EPREFIX}:g" \
108
		setup.py || die "sed failed to replace @@EPREFIX@@"
109
107
110
108
	# force correct number of jobs
111
	# force correct number of jobs
109
	# https://bugs.gentoo.org/737660
112
	# https://bugs.gentoo.org/737660

Return to bug 797259