diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-31 13:54:33 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-31 13:54:33 +0000 |
commit | 108df8d6c0e0cd04666c8a86497cd94e984c5481 (patch) | |
tree | 88bc46e85a8d26dddac6ae808baf1b7a89c483f9 /dev-db/sqlite/sqlite-2.8.16-r4.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-108df8d6c0e0cd04666c8a86497cd94e984c5481.tar.gz gentoo-2-108df8d6c0e0cd04666c8a86497cd94e984c5481.tar.bz2 gentoo-2-108df8d6c0e0cd04666c8a86497cd94e984c5481.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-db/sqlite/sqlite-2.8.16-r4.ebuild')
-rw-r--r-- | dev-db/sqlite/sqlite-2.8.16-r4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/sqlite/sqlite-2.8.16-r4.ebuild b/dev-db/sqlite/sqlite-2.8.16-r4.ebuild index fcc17a51488b..2a805d3e5998 100644 --- a/dev-db/sqlite/sqlite-2.8.16-r4.ebuild +++ b/dev-db/sqlite/sqlite-2.8.16-r4.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/dev-db/sqlite/sqlite-2.8.16-r4.ebuild,v 1.13 2006/11/11 13:13:18 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.16-r4.ebuild,v 1.14 2007/01/31 13:54:33 genone Exp $ inherit eutils toolchain-funcs alternatives @@ -82,8 +82,8 @@ src_compile() { src_test() { if use tcl ; then if has userpriv ${FEATURES} ; then - einfo "sqlite 2.x is known to have problems on 64 bit architectures" - einfo "if you observe segmentation faults please use 3.x instead" + elog "sqlite 2.x is known to have problems on 64 bit architectures" + elog "if you observe segmentation faults please use 3.x instead" cd ${S} emake test || die "some test failed" |