diff options
author | Sven Wegener <swegener@gentoo.org> | 2008-01-06 19:30:24 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2008-01-06 19:30:24 +0000 |
commit | 9ca41d0490fab832854f04091fc2573482545c98 (patch) | |
tree | a341461ff7594640c5afeb1f9855e4ac39f80bfb /eclass/php-lib.eclass | |
parent | Add missing version separator line to ChangeLog. (diff) | |
download | historical-9ca41d0490fab832854f04091fc2573482545c98.tar.gz historical-9ca41d0490fab832854f04091fc2573482545c98.tar.bz2 historical-9ca41d0490fab832854f04091fc2573482545c98.zip |
whitespace
Diffstat (limited to 'eclass/php-lib.eclass')
-rw-r--r-- | eclass/php-lib.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-lib.eclass b/eclass/php-lib.eclass index e9915c2f2185..5cbc05de7c6a 100644 --- a/eclass/php-lib.eclass +++ b/eclass/php-lib.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-lib.eclass,v 1.6 2007/09/02 17:49:20 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-lib.eclass,v 1.7 2008/01/06 19:30:24 swegener Exp $ # # Author: Stuart Herbert <stuart@gentoo.org> # @@ -10,7 +10,7 @@ # # This eclass doesn't do a lot (yet) -# DEPRECATED!!! +# DEPRECATED!!! # STOP USING THIS ECLASS, use php-lib-r1.eclass instead! inherit php-lib-r1 |