diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-02-13 01:03:31 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-02-13 01:03:31 +0000 |
commit | b1204d9854b409ca1f1012896d61bf714c85fddb (patch) | |
tree | 2180493b4feca31be3f7540c227f9cd0efb3298d /sys-libs | |
parent | amd64 stable, bug 258265 (diff) | |
download | gentoo-2-b1204d9854b409ca1f1012896d61bf714c85fddb.tar.gz gentoo-2-b1204d9854b409ca1f1012896d61bf714c85fddb.tar.bz2 gentoo-2-b1204d9854b409ca1f1012896d61bf714c85fddb.zip |
amd64 stable, bug 247553
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.8_p20080602-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 03c00398f3ef..5b32727993bd 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.605 2009/01/28 18:11:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.606 2009/02/13 01:03:31 darkside Exp $ + + 13 Feb 2009; Jeremy Olexa <darkside@gentoo.org> + glibc-2.8_p20080602-r1.ebuild: + amd64 stable, bug 247553 28 Jan 2009; Mike Frysinger <vapier@gentoo.org> files/eblits/common.eblit: Build glibc with -U_FORTIFY_SOURCE. diff --git a/sys-libs/glibc/glibc-2.8_p20080602-r1.ebuild b/sys-libs/glibc/glibc-2.8_p20080602-r1.ebuild index 0c6f52b0df4a..60d312a5fbc9 100644 --- a/sys-libs/glibc/glibc-2.8_p20080602-r1.ebuild +++ b/sys-libs/glibc/glibc-2.8_p20080602-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602-r1.ebuild,v 1.4 2009/01/14 11:21:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602-r1.ebuild,v 1.5 2009/02/13 01:03:31 darkside 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 ~ppc ~ppc64 s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 s390 ~sh ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |