summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2005-05-22 22:59:48 +0000
committerStuart Herbert <stuart@gentoo.org>2005-05-22 22:59:48 +0000
commitf2b2f9389de6b6a2a1080b9c3654c607cac4988c (patch)
treecea15ae0faeae5ed279fba930c22f425551a7206
parentremove mythtv depend (diff)
downloadgentoo-2-f2b2f9389de6b6a2a1080b9c3654c607cac4988c.tar.gz
gentoo-2-f2b2f9389de6b6a2a1080b9c3654c607cac4988c.tar.bz2
gentoo-2-f2b2f9389de6b6a2a1080b9c3654c607cac4988c.zip
Removed versioned virtual PROVIDE
-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 5650ba1dc003..43f68e1949fc 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.63 2005/05/22 09:14:19 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.64 2005/05/22 22:59:48 stuart 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