We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

diff dev-vcs/kallithea/kallithea-0.3.1.ebuild @ 138:28cb864a4a8f

dev-vcs/kallithea: forcing Python 2.7 further...
author Daniel Neugebauer <dneuge@energiequant.de>
date Mon, 28 Mar 2016 16:27:57 +0200
parents e08c1ff80cad
children 75e8d4d50c86
line wrap: on
line diff
--- a/dev-vcs/kallithea/kallithea-0.3.1.ebuild	Mon Mar 28 16:03:11 2016 +0200
+++ b/dev-vcs/kallithea/kallithea-0.3.1.ebuild	Mon Mar 28 16:27:57 2016 +0200
@@ -59,7 +59,7 @@
 	realWorkDir=$(pwd)
 	
 	# create new virtual environment
-	virtualenv --no-site-packages dist/v
+	virtualenv --python=python2.7 --no-site-packages dist/v
 	
 	# activate environment
 	source "dist/v/${virtualenvActivationPath}"