diff options
author | 2012-10-27 21:30:17 +0000 | |
---|---|---|
committer | 2012-10-27 21:30:17 +0000 | |
commit | b70aaff843428c4ee9fbd3efbb4c5e1a4fdadbd0 (patch) | |
tree | bcdfc726556bd01f07711abc4aa23ec2f3f0c8c1 /sys-fs | |
parent | Stable for amd64, wrt bug #429484 (diff) | |
download | gentoo-2-b70aaff843428c4ee9fbd3efbb4c5e1a4fdadbd0.tar.gz gentoo-2-b70aaff843428c4ee9fbd3efbb4c5e1a4fdadbd0.tar.bz2 gentoo-2-b70aaff843428c4ee9fbd3efbb4c5e1a4fdadbd0.zip |
typo fix -- change vecho to einfo
(Portage version: 2.2.0_alpha142/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udev/udev-171-r8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/udev/udev-171-r8.ebuild b/sys-fs/udev/udev-171-r8.ebuild index ffb7d7ac5921..2876f7b9461b 100644 --- a/sys-fs/udev/udev-171-r8.ebuild +++ b/sys-fs/udev/udev-171-r8.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/sys-fs/udev/udev-171-r8.ebuild,v 1.1 2012/10/20 05:43:32 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-171-r8.ebuild,v 1.2 2012/10/27 21:30:17 williamh Exp $ EAPI=4 @@ -291,7 +291,7 @@ src_test() { local emake_cmd="${MAKE:-make} ${MAKEOPTS} ${EXTRA_EMAKE}" cd "${S}" - vecho ">>> Test phase [udev:check]: ${CATEGORY}/${PF}" + einfo ">>> Test phase [udev:check]: ${CATEGORY}/${PF}" has userpriv $FEATURES && einfo "Disable FEATURES userpriv to run the udev tests" if ! $emake_cmd -j1 check then |