diff options
author | 2010-07-05 14:10:06 +0000 | |
---|---|---|
committer | 2010-07-05 14:10:06 +0000 | |
commit | f03c07e48986e825935e2be0cb5fd55735270197 (patch) | |
tree | ae139804ccbfcd7111c6745ab8a25b07a60bbf6d /dev-lang | |
parent | fixing Manifest (diff) | |
download | gentoo-2-f03c07e48986e825935e2be0cb5fd55735270197.tar.gz gentoo-2-f03c07e48986e825935e2be0cb5fd55735270197.tar.bz2 gentoo-2-f03c07e48986e825935e2be0cb5fd55735270197.zip |
do not provide virtual/httpd-php any longer
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.3.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index d771a01f024e..31fa2bfacb12 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.386 2010/07/04 22:40:19 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.387 2010/07/05 14:10:06 mabi Exp $ + + 05 Jul 2010; Matti Bickel <mabi@gentoo.org> php-5.3.2.ebuild: + introduced new style virtual httpd-php (bug #319623) 04 Jul 2010; Matti Bickel <mabi@gentoo.org> php-5.3.2.ebuild: include patch to compile with gmp-5* (bug #322303) diff --git a/dev-lang/php/php-5.3.2.ebuild b/dev-lang/php/php-5.3.2.ebuild index ddb850d18071..2e4983f5d0ca 100644 --- a/dev-lang/php/php-5.3.2.ebuild +++ b/dev-lang/php/php-5.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.2.ebuild,v 1.10 2010/07/04 22:40:19 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.2.ebuild,v 1.11 2010/07/05 14:10:06 mabi Exp $ EAPI=2 @@ -255,7 +255,8 @@ PDEPEND="doc? ( app-doc/php-docs ) # 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 virtual/httpd-php" +# see bug #319623 and new style virtual/httpd-php +PROVIDE="virtual/php" SLOT="${PHP_MV}" S="${WORKDIR}/${PHP_P}" |