summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Caseiro2009-12-09 11:59:26 +0100
committerArwed von Merkatz2010-01-02 15:00:28 +0100
commit1497f514794f3267b0f2266ae901709bac41dcae (patch)
tree3ca0418f2cf43dedb91e08d6a565ff53eb0a0514
parenteb2f12c13e56fcd6748b8d3059a385fb42493329 (diff)
Fixed Bug 15425 Adding missing dep 'texinfo'
(cherry picked from commit 28e192637f1450f7debf544ef0e092da03337e6f)
-rwxr-xr-xsmgl/castfs/DEPENDS1
-rw-r--r--smgl/castfs/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/smgl/castfs/DEPENDS b/smgl/castfs/DEPENDS
index c4c0dbfc87..e9e1225268 100755
--- a/smgl/castfs/DEPENDS
+++ b/smgl/castfs/DEPENDS
@@ -1,6 +1,7 @@
depends fuse &&
depends libtool &&
depends pkgconfig &&
+depends texinfo &&
if [[ $CASTFS_GIT == y ]]
then
depends git
diff --git a/smgl/castfs/HISTORY b/smgl/castfs/HISTORY
index b3cc983c3f..70113e7b2c 100644
--- a/smgl/castfs/HISTORY
+++ b/smgl/castfs/HISTORY
@@ -1,3 +1,6 @@
+2009-12-08 Philippe "Puppet_Master" Caseiro <puppetmaster@sourcemage.org>
+ * DEPENDS: Fixed Bug 15425 Adding missing dep 'texinfo'
+
2009-03-22 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 0.6.0 (Fixes Bug #15128)
Hosted on SMGL servers now