From f55c8fa49ebc61be33eb34beae61213654d87a49 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 23 Oct 2008 02:48:55 +0200 Subject: [PATCH] fakeroot, gmp, mpfr: update depends. --HG-- extra : convert_revision : b815b1ac92183c12768b4e3c1bc4c6dd8b8fb57d --- templates/fakeroot.tmpl | 2 +- templates/gmp.tmpl | 2 +- templates/mpfr.tmpl | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/fakeroot.tmpl b/templates/fakeroot.tmpl index 06dc7785faa..53d701d176f 100644 --- a/templates/fakeroot.tmpl +++ b/templates/fakeroot.tmpl @@ -16,4 +16,4 @@ long_desc=" chown, chmod, mknod, stat, and so on, thereby creating a fake root environment." -build_depends="libtool-2.2.6a" +run_depends="glibc-2.8" diff --git a/templates/gmp.tmpl b/templates/gmp.tmpl index 4ca1e1c970b..6eab886c3a9 100644 --- a/templates/gmp.tmpl +++ b/templates/gmp.tmpl @@ -21,4 +21,4 @@ long_desc=" The advantage for GNU MP increases with the operand sizes for certain operations, since GNU MP in many cases has asymptotically faster algorithms." -build_depends="libtool-2.2.6a" +run_depends="glibc-2.8" diff --git a/templates/mpfr.tmpl b/templates/mpfr.tmpl index a616dc7bb9f..57c9d174ad8 100644 --- a/templates/mpfr.tmpl +++ b/templates/mpfr.tmpl @@ -14,4 +14,5 @@ long_desc=" see more on the credit page. MPFR is based on the GMP multiple-precision library." -build_depends="libtool-2.2.6a gmp-4.2.4" +build_depends="gmp-4.2.4" +run_depends="glibc-2.8 gmp-4.2.4"