diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-01-26 19:18:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-01-26 19:18:59 +0000 |
commit | 418709b5e5cca17082a52bc905b561a6138776a5 (patch) | |
tree | 841a35a4ce4c7309d0911d29677f89a9c4dbfbea /sys-libs/uclibc | |
parent | Fix Manifest entry for ChangeLog. (diff) | |
download | gentoo-2-418709b5e5cca17082a52bc905b561a6138776a5.tar.gz gentoo-2-418709b5e5cca17082a52bc905b561a6138776a5.tar.bz2 gentoo-2-418709b5e5cca17082a52bc905b561a6138776a5.zip |
Add fix from upstream for cleaning up undefined syscalls. #425006 by Kiichiro.
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-libs/uclibc')
-rw-r--r-- | sys-libs/uclibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/uclibc/uclibc-0.9.33.2-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/uclibc/ChangeLog b/sys-libs/uclibc/ChangeLog index 364c8b0fe928..158922bcb413 100644 --- a/sys-libs/uclibc/ChangeLog +++ b/sys-libs/uclibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/uclibc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/ChangeLog,v 1.71 2013/01/26 18:16:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/ChangeLog,v 1.72 2013/01/26 19:18:59 vapier Exp $ + + 26 Jan 2013; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.33.2-r3.ebuild: + Add fix from upstream for cleaning up undefined syscalls. #425006 by Kiichiro. *uclibc-0.9.33.2-r3 (26 Jan 2013) diff --git a/sys-libs/uclibc/uclibc-0.9.33.2-r3.ebuild b/sys-libs/uclibc/uclibc-0.9.33.2-r3.ebuild index 0c65489ead7b..13d82caa3248 100644 --- a/sys-libs/uclibc/uclibc-0.9.33.2-r3.ebuild +++ b/sys-libs/uclibc/uclibc-0.9.33.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.33.2-r3.ebuild,v 1.1 2013/01/26 18:16:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.33.2-r3.ebuild,v 1.2 2013/01/26 19:18:59 vapier Exp $ inherit eutils flag-o-matic multilib toolchain-funcs savedconfig if [[ ${PV} == "9999" ]] ; then @@ -20,7 +20,7 @@ MY_P=uClibc-${PV} DESCRIPTION="C library for developing embedded Linux systems" HOMEPAGE="http://www.uclibc.org/" if [[ ${PV} != "9999" ]] ; then - PATCH_VER="4" + PATCH_VER="5" SRC_URI="http://uclibc.org/downloads/${MY_P}.tar.bz2 ${PATCH_VER:+mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.bz2}" KEYWORDS="-* ~amd64 ~arm ~m68k ~mips ~ppc ~sh ~sparc ~x86" |