Author: fpeters
Date: Sat Jan 19 20:00:01 2008
New Revision: 1857
URL: http://svn.gnome.org/viewvc/jhbuild?rev=1857&view=rev

Log:
* modulesets/bootstrap.modules: added gmp to bootstrap module, as it is
a dependency of guile which has been added there yesterday.
(closes: #510666)



Modified:
   trunk/ChangeLog
   trunk/modulesets/bootstrap.modules

Modified: trunk/modulesets/bootstrap.modules
==============================================================================
--- trunk/modulesets/bootstrap.modules  (original)
+++ trunk/modulesets/bootstrap.modules  Sat Jan 19 20:00:01 2008
@@ -79,9 +79,17 @@
     </dependencies>
   </autotools>
 
+  <tarball id="gmp" version="4.2.2">
+    <source href="ftp://ftp.gnu.org/gnu/gmp/gmp-4.2.2.tar.bz2";
+            size="1747068" md5sum="7ce52531644e6d12f16911b7e3151f3f"/>
+  </tarball>
+
   <tarball id="guile" version="1.8.3">
     <source href="ftp://ftp.gnu.org/gnu/guile/guile-1.8.3.tar.gz";
             size="3871450" md5sum="7fd016924e1bc3e273f4009a080942de"/>
+    <dependencies>
+      <dep package="gmp"/>
+    </dependencies>
   </tarball>
 
   <metamodule id="meta-bootstrap">
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to