# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-glibc/emul-linux-x86-glibc-2.3.5.ebuild,v 1.2 2005/07/12 19:55:16 eradicator Exp $ IUSE="nptl nptlonly" DESCRIPTION="GNU C Library for emulation of 32bit x86 on amd64" HOMEPAGE="http://www.gentoo.org/" BASE_URI="http://dev.gentoo.org/~eradicator/glibc" SRC_URI="!nptl? ( ${BASE_URI}/${P}-lt.tar.bz2 ) nptl? ( !nptlonly? ( ${BASE_URI}/${P}-nptl.tar.bz2 ) ) nptl? ( nptlonly? ( ${BASE_URI}/${P}-nptlonly.tar.bz2 ) )" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64" DEPEND="" RDEPEND="! ${D}/etc/env.d/40emul-linux-x86-glibc <