diff options
author | 2006-10-14 20:27:21 +0000 | |
---|---|---|
committer | 2006-10-14 20:27:21 +0000 | |
commit | 0372ecc500e416611bd0640c07dd9b4d5d18cafe (patch) | |
tree | c9159886d91bd1beb7685866a94dc0c00dece5fa /eclass/php-ext.eclass | |
parent | Mark 3.1.5-r2 stable on ia64 (diff) | |
download | gentoo-2-0372ecc500e416611bd0640c07dd9b4d5d18cafe.tar.gz gentoo-2-0372ecc500e416611bd0640c07dd9b4d5d18cafe.tar.bz2 gentoo-2-0372ecc500e416611bd0640c07dd9b4d5d18cafe.zip |
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/php-ext.eclass')
-rw-r--r-- | eclass/php-ext.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-ext.eclass b/eclass/php-ext.eclass index f31442782c9e..916e5c299493 100644 --- a/eclass/php-ext.eclass +++ b/eclass/php-ext.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.eclass,v 1.10 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext.eclass,v 1.11 2006/10/14 20:27:21 swegener Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # @@ -31,7 +31,7 @@ DEPEND="${DEPEND} >=sys-devel/libtool-1.4.3" RDEPEND="${RDEPEND} - virtual/php" + virtual/php" php-ext_buildinilist () { # work out the list of .ini files to edit/add to |