summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-08-04 19:36:30 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-08-04 19:36:30 +0000
commit3f8f8a69740ed4500deac91150fbbc99d59f65da (patch)
treeb3caa4d19318c4e62a2a30179f46fa0d2eedced5 /sys-libs
parentMarking ~ppc-macos (diff)
downloadgentoo-2-3f8f8a69740ed4500deac91150fbbc99d59f65da.tar.gz
gentoo-2-3f8f8a69740ed4500deac91150fbbc99d59f65da.tar.bz2
gentoo-2-3f8f8a69740ed4500deac91150fbbc99d59f65da.zip
Fix typo, bug #101374.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog7
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.3.5-r1.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.3.5.20050421.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.3.5.20050722.ebuild4
5 files changed, 14 insertions, 9 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index 07432731af0d..2f3007a2b28b 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.376 2005/07/31 06:42:23 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.377 2005/08/04 19:36:30 azarah Exp $
+
+ 04 Aug 2005; Martin Schlemmer <azarah@gentoo.org>
+ glibc-2.3.4.20050125-r1.ebuild, glibc-2.3.5-r1.ebuild,
+ glibc-2.3.5.20050421.ebuild, glibc-2.3.5.20050722.ebuild:
+ Fix typo, bug #101374.
31 Jul 2005; MATSUU Takuto <matsuu@gentoo.org> glibc-2.3.5-r1.ebuild:
Added ~sh to KEYWORDS.
diff --git a/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild
index 1d9563e9ce9c..8da329020187 100644
--- a/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild,v 1.56 2005/07/26 22:20:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild,v 1.57 2005/08/04 19:36:30 azarah Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -399,7 +399,7 @@ toolchain-glibc_src_install() {
if want_linuxthreads && want_nptl ; then
mkdir -p ${T}/thread-backup/tls
for x in ${D}$(alt_libdir)/tls/lib{pthread,thread_db}* ; do
- [[ -f ${x} ]] && mv -f ${T}/thread-backup/tls
+ [[ -f ${x} ]] && mv -f ${x} ${T}/thread-backup/tls
done
fi
env -uRESTRICT CHOST=${CTARGET} prepallstrip
diff --git a/sys-libs/glibc/glibc-2.3.5-r1.ebuild b/sys-libs/glibc/glibc-2.3.5-r1.ebuild
index 800cb43dd74e..1166216a0fcb 100644
--- a/sys-libs/glibc/glibc-2.3.5-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.3.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r1.ebuild,v 1.12 2005/07/31 06:42:23 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r1.ebuild,v 1.13 2005/08/04 19:36:30 azarah Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -388,7 +388,7 @@ toolchain-glibc_src_install() {
if want_linuxthreads && want_nptl ; then
mkdir -p ${T}/thread-backup/tls
for x in ${D}$(alt_libdir)/tls/lib{pthread,thread_db}* ; do
- [[ -f ${x} ]] && mv -f ${T}/thread-backup/tls
+ [[ -f ${x} ]] && mv -f ${x} ${T}/thread-backup/tls
done
fi
env -uRESTRICT CHOST=${CTARGET} prepallstrip
diff --git a/sys-libs/glibc/glibc-2.3.5.20050421.ebuild b/sys-libs/glibc/glibc-2.3.5.20050421.ebuild
index f07ace6b4917..80b8f793bd99 100644
--- a/sys-libs/glibc/glibc-2.3.5.20050421.ebuild
+++ b/sys-libs/glibc/glibc-2.3.5.20050421.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.20050421.ebuild,v 1.26 2005/07/29 22:28:41 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.20050421.ebuild,v 1.27 2005/08/04 19:36:30 azarah Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -389,7 +389,7 @@ toolchain-glibc_src_install() {
if want_linuxthreads && want_nptl ; then
mkdir -p ${T}/thread-backup/tls
for x in ${D}$(alt_libdir)/tls/lib{pthread,thread_db}* ; do
- [[ -f ${x} ]] && mv -f ${T}/thread-backup/tls
+ [[ -f ${x} ]] && mv -f ${x} ${T}/thread-backup/tls
done
fi
env -uRESTRICT CHOST=${CTARGET} prepallstrip
diff --git a/sys-libs/glibc/glibc-2.3.5.20050722.ebuild b/sys-libs/glibc/glibc-2.3.5.20050722.ebuild
index dc3bb500f7d1..445d0f6c6dda 100644
--- a/sys-libs/glibc/glibc-2.3.5.20050722.ebuild
+++ b/sys-libs/glibc/glibc-2.3.5.20050722.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.20050722.ebuild,v 1.4 2005/07/29 22:28:41 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.20050722.ebuild,v 1.5 2005/08/04 19:36:30 azarah Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -394,7 +394,7 @@ toolchain-glibc_src_install() {
if want_linuxthreads && want_nptl ; then
mkdir -p ${T}/thread-backup/tls
for x in ${D}$(alt_libdir)/tls/lib{pthread,thread_db}* ; do
- [[ -f ${x} ]] && mv -f ${T}/thread-backup/tls
+ [[ -f ${x} ]] && mv -f ${x} ${T}/thread-backup/tls
done
fi
env -uRESTRICT CHOST=${CTARGET} prepallstrip