--- depend.php.eclass 2008-02-11 22:05:57.000000000 +0100 +++ depend.php.eclass 2008-02-23 17:38:30.000000000 +0100 @@ -171,12 +171,6 @@ # need to know which PHP version is being used and where the PHP binaries/data # are installed. has_php() { - # If PHP_PKG is already set, then we have remembered our PHP settings - # from last time - if [[ -n ${PHP_PKG} ]] ; then - return - fi - if [[ -z ${PHP_VERSION} ]] ; then # Detect which PHP version we have installed if has_version '=dev-lang/php-5*' ; then