diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-03 00:55:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-03 00:55:14 +0000 |
commit | f630adc23831fd804b8c02606b4813b5f038b092 (patch) | |
tree | a800bdacce3309ed3d5d1f169fdcd5e09319ef23 /sys-libs/glibc/glibc-2.3.4.20041102-r2.ebuild | |
parent | initial import #35767 (diff) | |
download | historical-f630adc23831fd804b8c02606b4813b5f038b092.tar.gz historical-f630adc23831fd804b8c02606b4813b5f038b092.tar.bz2 historical-f630adc23831fd804b8c02606b4813b5f038b092.zip |
remove os-headers from RDEPEND #82815
Package-Manager: portage-2.0.53
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.4.20041102-r2.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20041102-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.3.4.20041102-r2.ebuild b/sys-libs/glibc/glibc-2.3.4.20041102-r2.ebuild index 33fb04ef8223..2c71dd249793 100644 --- a/sys-libs/glibc/glibc-2.3.4.20041102-r2.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20041102-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.4.20041102-r2.ebuild,v 1.7 2005/10/19 18:02:02 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102-r2.ebuild,v 1.8 2005/12/03 00:55:14 vapier Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -1110,8 +1110,7 @@ DEPEND=">=sys-devel/gcc-3.2.3-r1 virtual/os-headers 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 |