diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-05-05 13:37:36 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-05-05 13:37:36 +0000 |
commit | 71a20dbad3c7a38db36f805f3cc1c369df78ad57 (patch) | |
tree | f2372051280065fc340324a8c983e0245e819cfb /sys-libs/glibc | |
parent | Cleanup (diff) | |
download | gentoo-2-71a20dbad3c7a38db36f805f3cc1c369df78ad57.tar.gz gentoo-2-71a20dbad3c7a38db36f805f3cc1c369df78ad57.tar.bz2 gentoo-2-71a20dbad3c7a38db36f805f3cc1c369df78ad57.zip |
ppc stable, bug #176712
(Portage version: 2.1.2.6)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.5-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 37cd6a1c6de9..70e51b6566a2 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.513 2007/05/05 03:55:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.514 2007/05/05 13:37:36 dertobi123 Exp $ + + 05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> glibc-2.5-r2.ebuild: + ppc stable, bug #176712 05 May 2007; Mike Frysinger <vapier@gentoo.org> glibc-2.5-r2.ebuild: Switch to cleaner STRIP_MASK with prepallstrip. diff --git a/sys-libs/glibc/glibc-2.5-r2.ebuild b/sys-libs/glibc/glibc-2.5-r2.ebuild index a6f5303562fd..079e104e2935 100644 --- a/sys-libs/glibc/glibc-2.5-r2.ebuild +++ b/sys-libs/glibc/glibc-2.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5-r2.ebuild,v 1.6 2007/05/05 03:55:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5-r2.ebuild,v 1.7 2007/05/05 13:37:36 dertobi123 Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -16,7 +16,7 @@ # CHOST = CTARGET - install into / # CHOST != CTARGET - install into /usr/CTARGET/ -KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ppc64 sh sparc x86" +KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sh sparc x86" BRANCH_UPDATE="" |