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

Collapse All | Expand All

(-)python-2.7.6.ebuild (+4 lines)
Lines 328-333 Link Here
328
	if [[ -z "$(eselect python show --python${PV%%.*})" || ! -f "${EROOT}usr/bin/$(eselect python show --python${PV%%.*})" ]]; then
328
	if [[ -z "$(eselect python show --python${PV%%.*})" || ! -f "${EROOT}usr/bin/$(eselect python show --python${PV%%.*})" ]]; then
329
		eselect python update --python${PV%%.*}
329
		eselect python update --python${PV%%.*}
330
	fi
330
	fi
331
332
	if [[ -n ${ESELECT_PYTHON_UPDATE_FORCE} ]]; then
333
		eselect python update --python2
334
	fi
331
}
335
}
332
336
333
pkg_postinst() {
337
pkg_postinst() {
(-)python-3.3.3.ebuild (+4 lines)
Lines 295-300 Link Here
295
	if [[ -z "$(eselect python show --python${PV%%.*})" || ! -f "${EROOT}usr/bin/$(eselect python show --python${PV%%.*})" ]]; then
295
	if [[ -z "$(eselect python show --python${PV%%.*})" || ! -f "${EROOT}usr/bin/$(eselect python show --python${PV%%.*})" ]]; then
296
		eselect python update --python${PV%%.*}
296
		eselect python update --python${PV%%.*}
297
	fi
297
	fi
298
299
	if [[ -n ${ESELECT_PYTHON_UPDATE_FORCE} ]]; then
300
		eselect python update --python3
301
	fi
298
}
302
}
299
303
300
pkg_postinst() {
304
pkg_postinst() {

Return to bug 494918