diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-15 19:09:16 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-15 19:09:16 +0000 |
commit | 6b1b7fc89d3604fc61ed9243448c165d3d8ed1d5 (patch) | |
tree | c74db746b612580699818d419a06dfdc8f869269 /dev-lang/php | |
parent | Optionally depend on dev-libs/libgcrypt by Marcin Mirosław (bug #358693). (diff) | |
download | gentoo-2-6b1b7fc89d3604fc61ed9243448c165d3d8ed1d5.tar.gz gentoo-2-6b1b7fc89d3604fc61ed9243448c165d3d8ed1d5.tar.bz2 gentoo-2-6b1b7fc89d3604fc61ed9243448c165d3d8ed1d5.zip |
Removed PROVIDE=virtual/php
(Portage version: 2.1.9.41/cvs/Linux x86_64)
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}" |