diff options
author | 2008-01-06 19:30:24 +0000 | |
---|---|---|
committer | 2008-01-06 19:30:24 +0000 | |
commit | d9b72ad49e2a1bd75cf6af9436298b8935241037 (patch) | |
tree | dea3bed0d5bef715c20f0c86159b72dd18cb4468 /eclass/php-ext-base.eclass | |
parent | Add missing version separator line to ChangeLog. (diff) | |
download | gentoo-2-d9b72ad49e2a1bd75cf6af9436298b8935241037.tar.gz gentoo-2-d9b72ad49e2a1bd75cf6af9436298b8935241037.tar.bz2 gentoo-2-d9b72ad49e2a1bd75cf6af9436298b8935241037.zip |
whitespace
Diffstat (limited to 'eclass/php-ext-base.eclass')
-rw-r--r-- | eclass/php-ext-base.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-ext-base.eclass b/eclass/php-ext-base.eclass index dc6c8b96a2e1..af3cdcc0bf7f 100644 --- a/eclass/php-ext-base.eclass +++ b/eclass/php-ext-base.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-base.eclass,v 1.21 2007/09/02 17:49:20 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base.eclass,v 1.22 2008/01/06 19:30:24 swegener Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # Author: Stuart Herbert <stuart@gentoo.org> @@ -11,7 +11,7 @@ # Combined with php-ext-source, we have a standardised solution for supporting # PHP extensions -# DEPRECATED!!! +# DEPRECATED!!! # STOP USING THIS ECLASS, use php-ext-base-r1.eclass instead! inherit php-ext-base-r1 |