diff options
author | 2007-10-21 00:07:30 +0000 | |
---|---|---|
committer | 2007-10-21 00:07:30 +0000 | |
commit | 21425574dc69d3a1985434d12374ae120a4fe538 (patch) | |
tree | b582fc192c98dab73ad8229c355101428b0c5d81 | |
parent | sparc stable --- Bug #193563 --- builds and works. (diff) | |
download | gentoo-2-21425574dc69d3a1985434d12374ae120a4fe538.tar.gz gentoo-2-21425574dc69d3a1985434d12374ae120a4fe538.tar.bz2 gentoo-2-21425574dc69d3a1985434d12374ae120a4fe538.zip |
whitespace
(Portage version: 2.1.3.9)
-rw-r--r-- | dev-php5/onphp-module/onphp-module-0.10.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php5/onphp-module/onphp-module-0.10.7.ebuild b/dev-php5/onphp-module/onphp-module-0.10.7.ebuild index b5c484b9f828..a590909a488c 100644 --- a/dev-php5/onphp-module/onphp-module-0.10.7.ebuild +++ b/dev-php5/onphp-module/onphp-module-0.10.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp-module/onphp-module-0.10.7.ebuild,v 1.2 2007/10/20 16:42:04 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp-module/onphp-module-0.10.7.ebuild,v 1.3 2007/10/21 00:07:30 mr_bones_ Exp $ PHP_EXT_NAME="onphp" PHP_EXT_INI="yes" @@ -30,7 +30,7 @@ S="${WORKDIR}/onphp-${PV}/ext" src_unpack() { unpack ${A} cd ${S} - + epatch ${FILESDIR}/${P}-wrong_propagation.patch } |