Instad of masking python3, change default python to python2.6 to work around the stage3 problem.
This bug has been reported upstream: http://bugs.gentoo.org/show_bug.cgi?id=330655
This commit is contained in:
parent
ea8ef5b795
commit
abaf13ae2b
3
Makefile
3
Makefile
|
@ -75,6 +75,9 @@ stage3: chroot
|
|||
wget -c -q -nc $(STAGE3); \
|
||||
tar xjpf `/bin/ls -1 stage3-*.tar.bz2|tail -n1` -C $(CHROOT); \
|
||||
fi
|
||||
# is it me or does the latest stage3 have python3 as the system
|
||||
# default?!
|
||||
chroot $(CHROOT) eselect python set python2.6
|
||||
touch stage3
|
||||
|
||||
compile_options: make.conf locale.gen $(PACKAGE_FILES)
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
>=dev-lang/python-3.0
|
|
@ -1 +0,0 @@
|
|||
../base/package.mask
|
|
@ -1 +0,0 @@
|
|||
../base/package.mask
|
Loading…
Reference in New Issue