diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-06-20 18:01:43 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-06-20 18:01:43 +0000 |
commit | 31b1749dbe0f9ececde2364283d9d6fbcd1685b7 (patch) | |
tree | 4043e00f4e002f66f1bdaf4511e9fbe31bf266da /eclass | |
parent | forgot the !virtual/imap-c-client in DEPEND (diff) | |
download | gentoo-2-31b1749dbe0f9ececde2364283d9d6fbcd1685b7.tar.gz gentoo-2-31b1749dbe0f9ececde2364283d9d6fbcd1685b7.tar.bz2 gentoo-2-31b1749dbe0f9ececde2364283d9d6fbcd1685b7.zip |
move to virtuals virtual/imap-c-client and virtual/snmp in current locations
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php.eclass | 6 |
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" |