diff options
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-5.2.17.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-lang/php/php-5.2.17.ebuild b/dev-lang/php/php-5.2.17.ebuild index c3e875edf8cd..40e521cb4f9f 100644 --- a/dev-lang/php/php-5.2.17.ebuild +++ b/dev-lang/php/php-5.2.17.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.2.17.ebuild,v 1.10 2011/02/25 19:00:15 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.17.ebuild,v 1.11 2011/03/15 19:09:16 olemarkus Exp $ EAPI=2 @@ -243,11 +243,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" - SLOT="$(get_version_component_range 1-2)" S="${WORKDIR}/${PHP_P}" |