diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 17:14:25 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 17:14:25 +0000 |
commit | 0cf237aec37c10993fc7fcb1b37c8863ee04ca87 (patch) | |
tree | 37eb2043421d8a58136742c4f0bc4e288d85a4b3 /app-crypt/trousers/trousers-0.2.6.ebuild | |
parent | Add ~amd64, bug 155518 (diff) | |
download | gentoo-2-0cf237aec37c10993fc7fcb1b37c8863ee04ca87.tar.gz gentoo-2-0cf237aec37c10993fc7fcb1b37c8863ee04ca87.tar.bz2 gentoo-2-0cf237aec37c10993fc7fcb1b37c8863ee04ca87.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-crypt/trousers/trousers-0.2.6.ebuild')
-rw-r--r-- | app-crypt/trousers/trousers-0.2.6.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-crypt/trousers/trousers-0.2.6.ebuild b/app-crypt/trousers/trousers-0.2.6.ebuild index 7a998aa4023e..bf827f5cd4be 100644 --- a/app-crypt/trousers/trousers-0.2.6.ebuild +++ b/app-crypt/trousers/trousers-0.2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.2.6.ebuild,v 1.1 2006/05/06 23:34:41 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.2.6.ebuild,v 1.2 2007/01/24 17:14:25 genone Exp $ inherit eutils linux-info autotools @@ -34,9 +34,9 @@ pkg_setup() { elif [ -n "${tpm_module}" ] ; then einfo "Good, you seem to have TPM support with the external module." if [ -n "${tpm_kernel_version}" ] ; then - einfo - einfo "Note that since you have a >=2.6.12 kernel, you could use" - einfo "the in-kernel driver instead (CONFIG_TCG_TPM)." + elog + elog "Note that since you have a >=2.6.12 kernel, you could use" + elog "the in-kernel driver instead of (CONFIG_TCG_TPM)." fi elif [ -n "${tpm_kernel_version}" ] ; then eerror |