diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-05-19 20:25:58 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-05-19 20:25:58 +0000 |
commit | a897e23ad967651a1c55c0c878dafad12fcc7645 (patch) | |
tree | bdb6f7f1d25368abc16f63fc250bc35b29d2c873 /dev-php/php-cgi/php-cgi-4.3.11-r1.ebuild | |
parent | Added cross-compile support. (diff) | |
download | gentoo-2-a897e23ad967651a1c55c0c878dafad12fcc7645.tar.gz gentoo-2-a897e23ad967651a1c55c0c878dafad12fcc7645.tar.bz2 gentoo-2-a897e23ad967651a1c55c0c878dafad12fcc7645.zip |
Bug #93028, clean up PROVIDE instances.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-php/php-cgi/php-cgi-4.3.11-r1.ebuild')
-rw-r--r-- | dev-php/php-cgi/php-cgi-4.3.11-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/php-cgi/php-cgi-4.3.11-r1.ebuild b/dev-php/php-cgi/php-cgi-4.3.11-r1.ebuild index 9475cc3d69a1..480da8a38959 100644 --- a/dev-php/php-cgi/php-cgi-4.3.11-r1.ebuild +++ b/dev-php/php-cgi/php-cgi-4.3.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.3.11-r1.ebuild,v 1.3 2005/05/17 18:40:17 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.3.11-r1.ebuild,v 1.4 2005/05/19 20:25:58 robbat2 Exp $ PHPSAPI="cgi" inherit php-sapi eutils @@ -12,7 +12,7 @@ KEYWORDS="x86 sparc alpha hppa ppc ia64 amd64 ~mips" # for this revision only PDEPEND=">=${PHP_PROVIDER_PKG}-4.3.11" -PROVIDE="${PROVIDE} virtual/httpd-php-${PV}" +PROVIDE="${PROVIDE} virtual/httpd-php" src_unpack() { php-sapi_src_unpack |