diff options
author | 2005-12-03 00:55:14 +0000 | |
---|---|---|
committer | 2005-12-03 00:55:14 +0000 | |
commit | f53f3142d4bef039a7ee616b4d6fd203a049e7ea (patch) | |
tree | fc4bac55374d8a72764e17f8dc2b25351cc1fdad /sys-libs/glibc/glibc-2.3.5-r2.ebuild | |
parent | initial import #35767 (diff) | |
download | gentoo-2-f53f3142d4bef039a7ee616b4d6fd203a049e7ea.tar.gz gentoo-2-f53f3142d4bef039a7ee616b4d6fd203a049e7ea.tar.bz2 gentoo-2-f53f3142d4bef039a7ee616b4d6fd203a049e7ea.zip |
remove os-headers from RDEPEND #82815
(Portage version: 2.0.53)
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.5-r2.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.5-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.3.5-r2.ebuild b/sys-libs/glibc/glibc-2.3.5-r2.ebuild index d220a7929ce5..86e307c2b02e 100644 --- a/sys-libs/glibc/glibc-2.3.5-r2.ebuild +++ b/sys-libs/glibc/glibc-2.3.5-r2.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/glibc/glibc-2.3.5-r2.ebuild,v 1.20 2005/10/21 14:04:39 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r2.ebuild,v 1.21 2005/12/03 00:55:14 vapier Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -1026,8 +1026,7 @@ DEPEND=">=sys-devel/gcc-3.2.3-r1 nls? ( sys-devel/gettext ) selinux? ( !build? ( sys-libs/libselinux ) )" -RDEPEND="virtual/os-headers - nls? ( sys-devel/gettext ) +RDEPEND="nls? ( sys-devel/gettext ) selinux? ( !build? ( sys-libs/libselinux ) )" if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then |