summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-05-20 01:26:22 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-05-20 01:26:22 +0000
commita7e6636c71394cbe83035fbfcd28ebaa04dac15c (patch)
tree68c3b0a2859f1646dfc357af18f4d66a9f1fbb65 /eclass
parentUpdated version (diff)
downloadgentoo-2-a7e6636c71394cbe83035fbfcd28ebaa04dac15c.tar.gz
gentoo-2-a7e6636c71394cbe83035fbfcd28ebaa04dac15c.tar.bz2
gentoo-2-a7e6636c71394cbe83035fbfcd28ebaa04dac15c.zip
another fix for #93028.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php-sapi.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass
index 04b249010f9e..c7714d6b8245 100644
--- a/eclass/php-sapi.eclass
+++ b/eclass/php-sapi.eclass
@@ -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/eclass/php-sapi.eclass,v 1.61 2005/05/10 08:10:00 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.62 2005/05/20 01:26:22 robbat2 Exp $
# Author: Robin H. Johnson <robbat2@gentoo.org>
inherit eutils flag-o-matic multilib
@@ -24,7 +24,7 @@ PHPMAJORVER=${MY_PV//\.*}
[ -z "${MY_PF}" ] && MY_PF=${MY_P}-${PR}
[ -z "${HOMEPAGE}" ] && HOMEPAGE="http://www.php.net/"
[ -z "${LICENSE}" ] && LICENSE="PHP-3"
-[ -z "${PROVIDE}" ] && PROVIDE="virtual/php-${PV}"
+[ -z "${PROVIDE}" ] && PROVIDE="virtual/php"
# PHP.net does automatic mirroring from this URI
[ -z "${SRC_URI_BASE}" ] && SRC_URI_BASE="http://www.php.net/distributions"
if [ -z "${SRC_URI}" ]; then