[arch-commits] Commit in gcc-uclibc/trunk (PKGBUILD)

Thomas Bächler thomas at archlinux.org
Sun Sep 27 10:33:17 UTC 2009


    Date: Sunday, September 27, 2009 @ 06:33:16
  Author: thomas
Revision: 53229

Fix gcc-libs-uclibc depends

Modified:
  gcc-uclibc/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-27 10:32:44 UTC (rev 53228)
+++ PKGBUILD	2009-09-27 10:33:16 UTC (rev 53229)
@@ -76,7 +76,7 @@
 }
 
 package_gcc-libs-uclibc() {
-  depends=('uclibc')
+  depends=('uclibc-runtime')
   pkgdesc="The GNU Compiler Collection runtime libraries for uclibc"
   if [ "${CARCH}" = "x86_64" ]; then
     target="x86_64-unknown-linux-uclibc"




More information about the arch-commits mailing list