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

(-)a/sys-apps/portage/files/portage-tmpdir-tmp.conf (+1 lines)
Line 0 Link Here
1
d /tmp/portage 0775 portage portage
(-)a/sys-apps/portage/files/portage-tmpdir.conf (-1 lines)
Lines 1-2 Link Here
1
d /var/tmp/portage 0775 portage portage
1
d /var/tmp/portage 0775 portage portage
2
d /tmp/portage 0775 portage portage
(-)a/sys-apps/portage/portage-3.0.43-r1.ebuild (-1 / +1 lines)
Lines 222-228 python_install_all() { Link Here
222
		esetup.py "${targets[@]}"
222
		esetup.py "${targets[@]}"
223
	fi
223
	fi
224
224
225
	dotmpfiles "${FILESDIR}"/portage-{ccache,tmpdir}.conf
225
	dotmpfiles "${FILESDIR}"/portage-{ccache,tmpdir-tmp,tmpdir-var-tmp}.conf
226
226
227
	# Due to distutils/python-exec limitations
227
	# Due to distutils/python-exec limitations
228
	# these must be installed to /usr/bin.
228
	# these must be installed to /usr/bin.
(-)a/sys-apps/portage/portage-3.0.44.ebuild (-1 / +1 lines)
Lines 222-228 python_install_all() { Link Here
222
		esetup.py "${targets[@]}"
222
		esetup.py "${targets[@]}"
223
	fi
223
	fi
224
224
225
	dotmpfiles "${FILESDIR}"/portage-{ccache,tmpdir}.conf
225
	dotmpfiles "${FILESDIR}"/portage-{ccache,tmpdir-tmp,tmpdir-var-tmp}.conf
226
226
227
	# Due to distutils/python-exec limitations
227
	# Due to distutils/python-exec limitations
228
	# these must be installed to /usr/bin.
228
	# these must be installed to /usr/bin.
(-)a/sys-apps/portage/portage-9999.ebuild (-1 / +1 lines)
Lines 215-221 python_install_all() { Link Here
215
		esetup.py "${targets[@]}"
215
		esetup.py "${targets[@]}"
216
	fi
216
	fi
217
217
218
	dotmpfiles "${FILESDIR}"/portage-{ccache,tmpdir}.conf
218
	dotmpfiles "${FILESDIR}"/portage-{ccache,tmpdir-tmp,tmpdir-var-tmp}.conf
219
219
220
	# Due to distutils/python-exec limitations
220
	# Due to distutils/python-exec limitations
221
	# these must be installed to /usr/bin.
221
	# these must be installed to /usr/bin.

Return to bug 891863