summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2012-11-27 11:10:38 +0000
committerOle Markus With <olemarkus@gentoo.org>2012-11-27 11:10:38 +0000
commitc957be7b70eb2888e74538adad4136dc3b2680b0 (patch)
treeda20d19259388e2a18d2076b5a175b978ee2bb06 /dev-lang/php/php-5.4.8.ebuild
parentFix direct AR calls, wrt bug #444042, drop old versions (diff)
downloadgentoo-2-c957be7b70eb2888e74538adad4136dc3b2680b0.tar.gz
gentoo-2-c957be7b70eb2888e74538adad4136dc3b2680b0.tar.bz2
gentoo-2-c957be7b70eb2888e74538adad4136dc3b2680b0.zip
Fixed ancient typo in all ebuilds. Bug #444916
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/php/php-5.4.8.ebuild')
-rw-r--r--dev-lang/php/php-5.4.8.ebuild4
1 files changed, 2 insertions, 2 deletions
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"