diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-03-27 04:50:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-03-27 04:50:11 +0000 |
commit | 34e0349f3ed14dd2906d797046f4daae06c0023d (patch) | |
tree | a7d5762311ae75e943e4b1bf4d331a4356be5bfc /dev-php | |
parent | We respect $CC, and LD in build defaults to $CC, so dont force LD directly #3... (diff) | |
download | gentoo-2-34e0349f3ed14dd2906d797046f4daae06c0023d.tar.gz gentoo-2-34e0349f3ed14dd2906d797046f4daae06c0023d.tar.bz2 gentoo-2-34e0349f3ed14dd2906d797046f4daae06c0023d.zip |
whitespace
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/xhprof/xhprof-0.9.2.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-php/xhprof/xhprof-0.9.2.ebuild b/dev-php/xhprof/xhprof-0.9.2.ebuild index 81e162ef6847..c4a83b499882 100644 --- a/dev-php/xhprof/xhprof-0.9.2.ebuild +++ b/dev-php/xhprof/xhprof-0.9.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xhprof/xhprof-0.9.2.ebuild,v 1.1 2011/03/26 18:02:29 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xhprof/xhprof-0.9.2.ebuild,v 1.2 2011/03/27 04:50:11 mr_bones_ Exp $ EAPI="2" PHP_EXT_S="${WORKDIR}/${P}/extension" -inherit php-ext-pecl-r2 +inherit php-ext-pecl-r2 KEYWORDS="~amd64 ~x86" @@ -19,6 +19,3 @@ DEPEND="" RDEPEND="${DEPEND} dev-lang/php " - - - |