diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-06-11 19:39:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-06-11 19:39:48 +0000 |
commit | 9b249c3ce17cca30164b366e33856f470ab1fe87 (patch) | |
tree | ee5e9344e00cabd2db2871d7caa83883c5c582d2 /sys-libs/glibc | |
parent | pam_mount bump (diff) | |
download | gentoo-2-9b249c3ce17cca30164b366e33856f470ab1fe87.tar.gz gentoo-2-9b249c3ce17cca30164b366e33856f470ab1fe87.tar.bz2 gentoo-2-9b249c3ce17cca30164b366e33856f470ab1fe87.zip |
Declare LIBIDN_VER #225831 by Gerard Neil.
(Portage version: 2.2_pre8/cvs/Linux 2.6.25 x86_64)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.7-r2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 6e3aa406337b..5ee3ab7653bb 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.578 2008/06/08 00:49:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.579 2008/06/11 19:39:48 vapier Exp $ + + 11 Jun 2008; Mike Frysinger <vapier@gentoo.org> glibc-2.7-r2.ebuild: + Declare LIBIDN_VER #225831 by Gerard Neil. *glibc-2.8_p20080602 (08 Jun 2008) diff --git a/sys-libs/glibc/glibc-2.7-r2.ebuild b/sys-libs/glibc/glibc-2.7-r2.ebuild index 04f31f3b00a3..41f4bcdfde7c 100644 --- a/sys-libs/glibc/glibc-2.7-r2.ebuild +++ b/sys-libs/glibc/glibc-2.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v 1.4 2008/05/12 16:17:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v 1.5 2008/06/11 19:39:48 vapier Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -20,6 +20,7 @@ INFOPAGE_VER="" # pregenerated infopages PATCH_VER="1.7" # Gentoo patchset PATCH_GLIBC_VER=${RELEASE_VER} # glibc version in patchset PORTS_VER=${RELEASE_VER} # version of glibc ports addon +LIBIDN_VER=${RELEASE_VER} # version of libidn 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 |