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 | f53f3142d4bef039a7ee616b4d6fd203a049e7ea (patch) | |
tree | fc4bac55374d8a72764e17f8dc2b25351cc1fdad /sys-libs/glibc/glibc-2.3.3.20040420-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.3.20040420-r2.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild b/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild index c14063f9050b..a3aaedd32f25 100644 --- a/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild +++ b/sys-libs/glibc/glibc-2.3.3.20040420-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.3.20040420-r2.ebuild,v 1.13 2005/07/29 16:26:13 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild,v 1.14 2005/12/03 00:55:13 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -40,8 +40,7 @@ DEPEND=">=sys-devel/gcc-3.2.3-r1 >=sys-devel/binutils-2.14.90.0.6-r1 virtual/os-headers nls? ( sys-devel/gettext )" -RDEPEND="virtual/os-headers - nls? ( sys-devel/gettext )" +RDEPEND="nls? ( sys-devel/gettext )" PROVIDE="virtual/libc" |