commit:     854a70debc99c31bb15f0034b8d2c1de01847ad4
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo 
<DOT> org>
AuthorDate: Thu Aug 28 19:11:57 2014 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Thu Aug 28 19:11:57 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=854a70de

Since genrdeps.py doesn't work with python3, use python2.7 for the she-bang.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> 
gentoo.org>

---
 genrdeps/genrdeps.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/genrdeps/genrdeps.py b/genrdeps/genrdeps.py
index 6e81a03..d7eeb76 100755
--- a/genrdeps/genrdeps.py
+++ b/genrdeps/genrdeps.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2.7
 # Pepper and solar..
 
 import os, sys, types

Reply via email to