diff options
author | Lars Weiler <pylon@gentoo.org> | 2007-10-12 20:47:07 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2007-10-12 20:47:07 +0000 |
commit | ce512b8c82825e193b4cd3c410a9ffe295f368c9 (patch) | |
tree | 4d261d929d5ff2a560597001d2c339f64ec9a10a | |
parent | Redesign the ebuild taking dkim-milter as model (#178501). Add myself as main... (diff) | |
download | gentoo-2-ce512b8c82825e193b4cd3c410a9ffe295f368c9.tar.gz gentoo-2-ce512b8c82825e193b4cd3c410a9ffe295f368c9.tar.bz2 gentoo-2-ce512b8c82825e193b4cd3c410a9ffe295f368c9.zip |
stable ppc, bug #195427
(Portage version: 2.1.3.12)
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index cb4ae37d1d72..b657d7cfdb2d 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.553 2007/10/10 19:52:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.554 2007/10/12 20:47:07 pylon Exp $ + + 12 Oct 2007; Lars Weiler <pylon@gentoo.org> glibc-2.6.1.ebuild: + stable ppc, bug #195427 10 Oct 2007; Mike Frysinger <vapier@gentoo.org> files/eblits/common.eblit: Add default -march for x86 on amd64 builds based on CHOST #185404. diff --git a/sys-libs/glibc/glibc-2.6.1.ebuild b/sys-libs/glibc/glibc-2.6.1.ebuild index 07bf6fa13cdf..7cca0f30c23e 100644 --- a/sys-libs/glibc/glibc-2.6.1.ebuild +++ b/sys-libs/glibc/glibc-2.6.1.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.6.1.ebuild,v 1.7 2007/09/27 17:05:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.8 2007/10/12 20:47:07 pylon Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -8,7 +8,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" LICENSE="LGPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |