From 9c24ce4c4cae8da16a6355000bccd37ee4ebefa4 Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Fri, 18 Mar 2011 15:59:25 +0000 Subject: Changed deps to virtual/php to dev-lang/php --- eclass/depend.php.eclass | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'eclass/depend.php.eclass') diff --git a/eclass/depend.php.eclass b/eclass/depend.php.eclass index e50d385137eb..bf0bfbce7438 100644 --- a/eclass/depend.php.eclass +++ b/eclass/depend.php.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v 1.28 2010/10/12 19:34:49 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v 1.29 2011/03/18 15:59:25 olemarkus Exp $ # Author: Stuart Herbert # Author: Luca Longinotti @@ -25,8 +25,8 @@ inherit eutils phpconfutils # Set this after setting DEPEND/RDEPEND in your ebuild if the ebuild requires PHP5 # with cli SAPI. need_php5_cli() { - DEPEND="${DEPEND} =virtual/php-5*" - RDEPEND="${RDEPEND} =virtual/php-5*" + DEPEND="${DEPEND} =dev-lang/php-5*" + RDEPEND="${RDEPEND} =dev-lang/php-5*" PHP_VERSION="5" } @@ -76,8 +76,8 @@ uses_php5() { # Set this after setting DEPEND/RDEPEND in your ebuild if the ebuild requires PHP # (any version) with cli SAPI. need_php_cli() { - DEPEND="${DEPEND} virtual/php" - RDEPEND="${RDEPEND} virtual/php" + DEPEND="${DEPEND} dev-lang/php" + RDEPEND="${RDEPEND} dev-lang/php" } # @FUNCTION: need_php_httpd -- cgit v1.2.3-65-gdbad