summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-29 15:16:23 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-29 15:16:23 +0000
commita341a3c2bd63c4d75f5c2b7cbe6f690b076bfb7b (patch)
treef0c37f72045b7bf23416bff54eb78d22c4e9a539 /eclass/php.eclass
parentclean up things and change glibc to libc (diff)
downloadhistorical-a341a3c2bd63c4d75f5c2b7cbe6f690b076bfb7b.tar.gz
historical-a341a3c2bd63c4d75f5c2b7cbe6f690b076bfb7b.tar.bz2
historical-a341a3c2bd63c4d75f5c2b7cbe6f690b076bfb7b.zip
glibc --> libc
Diffstat (limited to 'eclass/php.eclass')
-rw-r--r--eclass/php.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass
index d29ba737c6e9..2d574cd418d7 100644
--- a/eclass/php.eclass
+++ b/eclass/php.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.99 2004/06/25 00:39:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.100 2004/06/29 15:16:23 vapier Exp $
# Author: Robin H. Johnson <robbat2@gentoo.org>
# This eclass is the old style of php, that was used before php-core was
@@ -91,8 +91,8 @@ RDEPEND="
dev-libs/expat
sys-libs/zlib
virtual/mta
- virtual/glibc"
-# virtual/glibc line added as a fix for an rsync issue regarding cache
+ virtual/libc"
+# virtual/libc line added as a fix for an rsync issue regarding cache
# regeneration. It's harmless, but it causes that particular issue to
# disappear. (sys-apps -> app-arch move stuff)