aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-07-26 05:27:31 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-07-26 05:27:31 -0300
commitd530c3e7ac481d7d905a303cd4cc0d13e01baefe (patch)
tree7d17550f9343a8b5017a8c9880f61cc34c2daf82
parentfixed the keyword handling and a file open that was not using a 'with stateme... (diff)
downloadg-octave-d530c3e7ac481d7d905a303cd4cc0d13e01baefe.tar.gz
g-octave-d530c3e7ac481d7d905a303cd4cc0d13e01baefe.tar.bz2
g-octave-d530c3e7ac481d7d905a303cd4cc0d13e01baefe.zip
using the scm configuration also for the dependencies
-rw-r--r--g_octave/ebuild.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/g_octave/ebuild.py b/g_octave/ebuild.py
index bf6c5ca..58e1bd3 100644
--- a/g_octave/ebuild.py
+++ b/g_octave/ebuild.py
@@ -300,5 +300,6 @@ RDEPEND="${DEPEND}
ebuild,
force = self.__force,
conf = self.__conf,
- pkg_manager = self.__pkg_manager
+ pkg_manager = self.__pkg_manager,
+ scm = self.__scm
).create()