diff options
Diffstat (limited to 'dev-lang/php/php-5.3.5-r1.ebuild')
-rw-r--r-- | dev-lang/php/php-5.3.5-r1.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-lang/php/php-5.3.5-r1.ebuild b/dev-lang/php/php-5.3.5-r1.ebuild index 1cca2ee78ffb..fa85d92c63c6 100644 --- a/dev-lang/php/php-5.3.5-r1.ebuild +++ b/dev-lang/php/php-5.3.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.5-r1.ebuild,v 1.2 2011/01/30 16:00:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.5-r1.ebuild,v 1.3 2011/03/14 22:31:20 olemarkus Exp $ EAPI=2 @@ -263,11 +263,6 @@ PDEPEND="doc? ( app-doc/php-docs )" [[ -n $SUHOSIN_VERSION ]] && PDEPEND="${PDEPEND} suhosin? ( dev-php${PHP_MV}/suhosin )" -# Portage doesn't support setting PROVIDE based on the USE flags that -# have been enabled, so we have to PROVIDE everything for now and hope -# for the best -PROVIDE="virtual/php" - # Allow users to install production version if they want to case "${PHP_INI_VERSION}" in |