diff options
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.2-r9.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.2-r9.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.3.2-r9.ebuild b/sys-libs/glibc/glibc-2.3.2-r9.ebuild index d1153dd9345d..b490cf8700d5 100644 --- a/sys-libs/glibc/glibc-2.3.2-r9.ebuild +++ b/sys-libs/glibc/glibc-2.3.2-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r9.ebuild,v 1.16 2004/02/23 21:33:55 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r9.ebuild,v 1.17 2004/02/24 17:33:38 pappy Exp $ IUSE="nls pic build nptl" @@ -64,10 +64,11 @@ LICENSE="LGPL-2" DEPEND=">=sys-devel/gcc-3.2.3-r1 x86? ( nptl? ( >=sys-devel/gcc-3.3.1-r1 ) ) >=sys-devel/binutils-2.14.90.0.6-r1 - hppa? ( >=sys-kernel/hppa-headers-2.4.21_p13 ) : ( virtual/os-headers ) + hppa? ( >=sys-kernel/hppa-headers-2.4.21_p13 ) + !hppa? ( virtual/os-headers ) nls? ( sys-devel/gettext )" -RDEPEND="virtual/os-headers +RDEPEND="!hppa? ( virtual/os-headers ) sys-apps/baselayout nls? ( sys-devel/gettext )" |