summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2008-01-06 19:30:24 +0000
committerSven Wegener <swegener@gentoo.org>2008-01-06 19:30:24 +0000
commit9ca41d0490fab832854f04091fc2573482545c98 (patch)
treea341461ff7594640c5afeb1f9855e4ac39f80bfb /eclass/php-ext-source.eclass
parentAdd missing version separator line to ChangeLog. (diff)
downloadhistorical-9ca41d0490fab832854f04091fc2573482545c98.tar.gz
historical-9ca41d0490fab832854f04091fc2573482545c98.tar.bz2
historical-9ca41d0490fab832854f04091fc2573482545c98.zip
whitespace
Diffstat (limited to 'eclass/php-ext-source.eclass')
-rw-r--r--eclass/php-ext-source.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/php-ext-source.eclass b/eclass/php-ext-source.eclass
index 21a789bb78e9..dab144c148fb 100644
--- a/eclass/php-ext-source.eclass
+++ b/eclass/php-ext-source.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source.eclass,v 1.12 2007/09/02 19:17:44 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source.eclass,v 1.13 2008/01/06 19:30:24 swegener Exp $
#
# Author: Tal Peer <coredumb@gentoo.org>
# Author: Stuart Herbert <stuart@gentoo.org>
@@ -8,13 +8,13 @@
# The php-ext-source eclass provides a unified interface for compiling and
# installing standalone PHP extensions ('modules') from source code
-# DEPRECATED!!!
+# DEPRECATED!!!
# STOP USING THIS ECLASS, use php-ext-source-r1.eclass instead!
inherit php-ext-source-r1
deprecation_warning() {
- eerror "Please upgrade ${PF} to use php-ext-source-r1.eclass!"
+ eerror "Please upgrade ${PF} to use php-ext-source-r1.eclass!"
}