diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-02-11 09:11:08 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-02-11 09:11:08 +0000 |
commit | 4d6d8774a7e0671ddd2db41572e07ae1e843b540 (patch) | |
tree | a3e5cb23250f8d4777931da6e50ba2398a8dae20 /eclass | |
parent | Don't ask for mouse type after start. (diff) | |
download | gentoo-2-4d6d8774a7e0671ddd2db41572e07ae1e843b540.tar.gz gentoo-2-4d6d8774a7e0671ddd2db41572e07ae1e843b540.tar.bz2 gentoo-2-4d6d8774a7e0671ddd2db41572e07ae1e843b540.zip |
bug #28263, move to virtual/snmp finally.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass index 2e49108be11d..e8bc12d722d4 100644 --- a/eclass/php-sapi.eclass +++ b/eclass/php-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.7 2004/02/05 06:09:18 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.8 2004/02/11 09:11:08 robbat2 Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic @@ -73,7 +73,7 @@ RDEPEND="${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 ) + snmp? ( virtual/snmp ) spell? ( app-text/aspell ) ssl? ( >=dev-libs/openssl-0.9.5 ) tiff? ( >=media-libs/tiff-3.5.5 ) |