summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-06-20 18:01:43 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-06-20 18:01:43 +0000
commit2cac3fab7f2d9f4858ebd25d02aff0902dc072e6 (patch)
treeb05711d8f2ba5ef2e1606ef7d0468d7e5c7bfa59 /eclass
parentforgot the !virtual/imap-c-client in DEPEND (diff)
downloadhistorical-2cac3fab7f2d9f4858ebd25d02aff0902dc072e6.tar.gz
historical-2cac3fab7f2d9f4858ebd25d02aff0902dc072e6.tar.bz2
historical-2cac3fab7f2d9f4858ebd25d02aff0902dc072e6.zip
move to virtuals virtual/imap-c-client and virtual/snmp in current locations
Diffstat (limited to '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 21da97667ec2..9d8910c2519d 100644
--- a/eclass/php.eclass
+++ b/eclass/php.eclass
@@ -1,7 +1,7 @@
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author: Robin H. Johnson <robbat2@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.54 2003/06/20 03:36:28 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.55 2003/06/20 18:01:43 robbat2 Exp $
# This EBUILD is totally masked presently. Use it at your own risk. I know it
# is severely broken, but I needed to get a copy into CVS to pass around and
@@ -67,7 +67,7 @@ RDEPEND="
png? ( >=media-libs/libpng-1.2.5 )
postgres? ( >=dev-db/postgresql-7.1 )
qt? ( >=x11-libs/qt-2.3.0 )
- snmp? ( || ( >=net-analyzer/net-snmp-5.0.6-r1 net-analyzer/ucd-snmp ) )
+ snmp? ( virtual/snmp )
spell? ( app-text/aspell )
ssl? ( >=dev-libs/openssl-0.9.5 )
tiff? ( >=media-libs/tiff-3.5.5 )
@@ -94,7 +94,7 @@ fi
# These are extra bits we need only at compile time
DEPEND="${RDEPEND} ${DEPEND}
- imap? ( >=net-mail/uw-imap-2001a-r1 )
+ imap? ( virtual/imap-c-client )
mcal? ( dev-libs/libmcal )"
#9libs causes a configure error
DEPEND="${DEPEND} !dev-libs/9libs"