diff options
author | 2009-09-07 03:23:50 +0000 | |
---|---|---|
committer | 2009-09-07 03:23:50 +0000 | |
commit | 50416c22430bedb96f13bc3bc3e15381423de041 (patch) | |
tree | efad0a2779eab30d15ec1a221fcc94817c97fab6 /sys-libs | |
parent | Version bump. Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-50416c22430bedb96f13bc3bc3e15381423de041.tar.gz gentoo-2-50416c22430bedb96f13bc3bc3e15381423de041.tar.bz2 gentoo-2-50416c22430bedb96f13bc3bc3e15381423de041.zip |
Include glibc ports addon again #283239 by Raúl Porcel.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.10.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index dfc3617c3b66..78cee7e13e1f 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # 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.638 2009/09/04 07:20:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.639 2009/09/07 03:23:50 vapier Exp $ + + 07 Sep 2009; Mike Frysinger <vapier@gentoo.org> glibc-2.10.1.ebuild: + Include glibc ports addon again #283239 by Raúl Porcel. 04 Sep 2009; Mike Frysinger <vapier@gentoo.org> files/eblits/src_compile.eblit: diff --git a/sys-libs/glibc/glibc-2.10.1.ebuild b/sys-libs/glibc/glibc-2.10.1.ebuild index fa0730a08df5..67119e3c251d 100644 --- a/sys-libs/glibc/glibc-2.10.1.ebuild +++ b/sys-libs/glibc/glibc-2.10.1.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.10.1.ebuild,v 1.2 2009/09/04 06:40:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.10.1.ebuild,v 1.3 2009/09/07 03:23:50 vapier Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -26,8 +26,8 @@ LIBIDN_VER=${RELEASE_VER} fi MANPAGE_VER="" # pregenerated manpages INFOPAGE_VER="" # pregenerated infopages -PATCH_VER="1" # Gentoo patchset -PORTS_VER="" #${RELEASE_VER} # version of glibc ports addon +PATCH_VER="2" # Gentoo patchset +PORTS_VER=${RELEASE_VER} # version of glibc ports addon LT_VER="" # version of linuxthreads addon NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"} # min kernel version nptl requires #LT_KERN_VER=${LT_KERN_VER:-"2.4.1"} # min kernel version linuxthreads requires |