From c957be7b70eb2888e74538adad4136dc3b2680b0 Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Tue, 27 Nov 2012 11:10:38 +0000 Subject: Fixed ancient typo in all ebuilds. Bug #444916 (Portage version: 2.1.11.9/cvs/Linux x86_64) --- dev-lang/php/php-5.4.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-lang/php/php-5.4.8.ebuild') diff --git a/dev-lang/php/php-5.4.8.ebuild b/dev-lang/php/php-5.4.8.ebuild index 4abc5ac85990..c0d7ff0e8e36 100644 --- a/dev-lang/php/php-5.4.8.ebuild +++ b/dev-lang/php/php-5.4.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.8.ebuild,v 1.2 2012/10/24 16:08:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.8.ebuild,v 1.3 2012/11/27 11:10:38 olemarkus Exp $ EAPI=4 @@ -761,7 +761,7 @@ src_install() { } src_test() { - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" + echo ">>> Test phase [test]: ${CATEGORY}/${PF}" PHP_BIN="${WORKDIR}/sapis-build/cli/sapi/cli/php" if [[ ! -x "${PHP_BIN}" ]] ; then ewarn "Test phase requires USE=cli, skipping" -- cgit v1.2.3-65-gdbad