From 01468da26ffbdb275a6c5a67a4e47a4bad8da917 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Fri, 18 May 2012 08:56:15 -0700 Subject: Make sure to have Python 2.7 around. --- tinderbox-restart.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tinderbox-restart.sh b/tinderbox-restart.sh index 1911524..6f28bb4 100755 --- a/tinderbox-restart.sh +++ b/tinderbox-restart.sh @@ -110,6 +110,10 @@ emerge -u \ reset_emergelog +# set the default Python interpreter to Python 2.7. The tinderbox is +# experimental, but not crazy. +eselect python set python2.7 || exit 1 + # Generate a new complete list, this will also produce the list of new # dependencies to satisfy. Ignore new-style virtuals, leave them to be # merged out of dependencies. -- cgit v1.2.3-65-gdbad