summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsys-devel/crossdev/files/crossdev4
-rw-r--r--sys-devel/crossdev/files/digest-crossdev-0.9.151
2 files changed, 3 insertions, 2 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev
index 698390ab6010..ae1df0dc0d2d 100755
--- a/sys-devel/crossdev/files/crossdev
+++ b/sys-devel/crossdev/files/crossdev
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.60 2006/04/12 22:08:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.61 2006/04/24 04:39:16 vapier Exp $
cd /
@@ -192,7 +192,7 @@ parse_target() {
*-dietlibc) LPKG="dietlibc";;
*-klibc) LPKG="klibc";;
*-uclibc) LPKG="uclibc";;
- *-gnu) LPKG="glibc";;
+ *-gnu*) LPKG="glibc";;
# Now for the BSDs ...
*-freebsd*)
diff --git a/sys-devel/crossdev/files/digest-crossdev-0.9.15 b/sys-devel/crossdev/files/digest-crossdev-0.9.15
index e69de29bb2d1..8b137891791f 100644
--- a/sys-devel/crossdev/files/digest-crossdev-0.9.15
+++ b/sys-devel/crossdev/files/digest-crossdev-0.9.15
@@ -0,0 +1 @@
+