diff options
author | 2005-11-10 04:21:46 +0000 | |
---|---|---|
committer | 2005-11-10 04:21:46 +0000 | |
commit | 0127db4fc216f14d6e384404780a7cd35f04bfd3 (patch) | |
tree | 875ca8c1315ee28f8b676ffd35fc68bcea42dbd7 /sys-libs/uclibc/uclibc-0.9.27-r1.ebuild | |
parent | Signed :) (diff) | |
download | gentoo-2-0127db4fc216f14d6e384404780a7cd35f04bfd3.tar.gz gentoo-2-0127db4fc216f14d6e384404780a7cd35f04bfd3.tar.bz2 gentoo-2-0127db4fc216f14d6e384404780a7cd35f04bfd3.zip |
fix assert.h so xorg builds, fix arm asm string functions, fix dl_fini ordering #98187, and implement the round functions so imlib2 works #111518
Diffstat (limited to 'sys-libs/uclibc/uclibc-0.9.27-r1.ebuild')
-rw-r--r-- | sys-libs/uclibc/uclibc-0.9.27-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/uclibc/uclibc-0.9.27-r1.ebuild b/sys-libs/uclibc/uclibc-0.9.27-r1.ebuild index d2eff5c2a137..8a331ed4fc67 100644 --- a/sys-libs/uclibc/uclibc-0.9.27-r1.ebuild +++ b/sys-libs/uclibc/uclibc-0.9.27-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.27-r1.ebuild,v 1.9 2005/09/05 07:35:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.27-r1.ebuild,v 1.10 2005/11/10 04:21:46 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -25,7 +25,7 @@ fi MY_P=${P/ucl/uCl} SVN_VER="20050114" -PATCH_VER="1.4" +PATCH_VER="1.5" DESCRIPTION="C library for developing embedded Linux systems" HOMEPAGE="http://www.uclibc.org/" SRC_URI="http://www.kernel.org/pub/linux/libs/uclibc/${MY_P}.tar.bz2 @@ -74,6 +74,7 @@ alt_rprefix() { } pkg_setup() { + [[ -n ${UCLIBC_AND_GLIBC} ]] && return 0 if ! built_with_use ${CATEGORY}/uclibc nls && use nls && ! use pregen ; then eerror "You previously built uclibc with USE=-nls." eerror "You cannot generate locale data with this" |