Don't set system Python to python-3*

This commit is contained in:
Albert Hopkins 2011-06-08 07:23:19 -04:00
parent 77ae4d8016
commit ea6bda4f2e
1 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ build-software: systools issue etc-update.conf $(CRITICAL) $(WORLD)
$(gcc_config)
$(inroot) $(EMERGE) $(USEPKG) --update --newuse --deep world
# Per bug #357009
$(inroot) eselect python update
$(inroot) eselect python update --ignore 3.*
$(inroot) $(EMERGE) --depclean --with-bdeps=n
$(gcc_config)
$(inroot) etc-update
@ -334,5 +334,5 @@ distclean:
rm -f *-stage4.tar.bz2
rm -f portage-latest.tar.bz2
.PHONY: qcow vmdk clean realclean distclean remove_checkpoints build-software
.PHONY: qcow vmdk clean realclean distclean remove_checkpoints stage4 build-software