diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-21 07:31:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-21 07:31:25 +0000 |
commit | 50037878c7321e8b248c5332bba86e4145e2eb02 (patch) | |
tree | aa89f6a83c8ebb89230bc9fe89887cdfb67931ed /eclass | |
parent | touchup the patch for uclibc env (diff) | |
download | gentoo-2-50037878c7321e8b248c5332bba86e4145e2eb02.tar.gz gentoo-2-50037878c7321e8b248c5332bba86e4145e2eb02.tar.bz2 gentoo-2-50037878c7321e8b248c5332bba86e4145e2eb02.zip |
virtual/snmp -> net-analyzer/net-snmp
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-sapi.eclass | 4 | ||||
-rw-r--r-- | eclass/php5-sapi.eclass | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass index 36b5116d5559..0fb771a39d8b 100644 --- a/eclass/php-sapi.eclass +++ b/eclass/php-sapi.eclass @@ -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/eclass/php-sapi.eclass,v 1.54 2005/01/22 02:31:59 trapni Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.55 2005/02/21 07:31:25 vapier Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic @@ -99,7 +99,7 @@ RDEPEND="${RDEPEND} png? ( >=media-libs/libpng-1.2.5 ) postgres? ( >=dev-db/postgresql-7.1 ) qt? ( >=x11-libs/qt-2.3.0 ) - snmp? ( virtual/snmp ) + snmp? ( net-analyzer/net-snmp ) spell? ( app-text/aspell ) ssl? ( >=dev-libs/openssl-0.9.5 ) tiff? ( >=media-libs/tiff-3.5.5 ) diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass index dc4c4c75b0b9..3db76d5ed132 100644 --- a/eclass/php5-sapi.eclass +++ b/eclass/php5-sapi.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/php5-sapi.eclass,v 1.38 2005/02/03 21:16:52 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.39 2005/02/21 07:31:25 vapier Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -59,7 +59,7 @@ DEPEND="$DEPEND recode? ( app-text/recode ) sharedmem? ( dev-libs/mm ) simplexml? ( dev-libs/libxml2 ) - snmp? ( virtual/snmp ) + snmp? ( net-analyzer/net-snmp ) soap? ( dev-libs/libxml2 ) spell? ( app-text/aspell ) sqlite? ( =dev-db/sqlite-2* ) |