From f2b2f9389de6b6a2a1080b9c3654c607cac4988c Mon Sep 17 00:00:00 2001 From: Stuart Herbert Date: Sun, 22 May 2005 22:59:48 +0000 Subject: Removed versioned virtual PROVIDE --- eclass/php-sapi.eclass | 4 ++-- 1 file 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 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 -- cgit v1.2.3-65-gdbad