New commits:
commit 8df3e9f112f7e312a42b22a5e1f2b3fb5e7bb791
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
gaze: also numb sub_depends when searching for dependencies
(cherry picked from commit aadb98c13c91aa4583b55b06a1d38cdbfa58937e)
diff --git a/ChangeLog b/ChangeLog
index 8fa6287..482072c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
* gaze, gaze.1: added missing spell files to parse() and the manpage
* libsorcery: fixed CXXFLAGS setting in optimise() to not also
include the
other CFLAGS_* variables #13965
+ * gaze: also numb sub_depends when searching for dependencies
2007-08-12 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* gaze: fixed bad temporary dir usage #13588
diff --git a/usr/sbin/gaze b/usr/sbin/gaze
index a95791b..0732693 100755
--- a/usr/sbin/gaze
+++ b/usr/sbin/gaze
@@ -1535,6 +1535,9 @@ function gaze_show_dependencies() {
force_depends() {
return 0
}
+ sub_depends() {
+ return 0
+ }
repeat () {
local CHAR="$1" COUNT="$2"
[SM-Commit] GIT changes to master sorcery by Jaka Kranjc (8df3e9f112f7e312a42b22a5e1f2b3fb5e7bb791),
Jaka Kranjc, 08/28/2007