diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-01-08 06:33:14 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-01-08 06:33:14 +0000 |
commit | 16cc5642ce294243df7a58c98227610e21ba3698 (patch) | |
tree | 0f52d9b5cbe5947b6e7b1422c9c308ca588866f7 /app-misc/strigi/strigi-0.7.0.ebuild | |
parent | version bump (bug #299926) (diff) | |
download | gentoo-2-16cc5642ce294243df7a58c98227610e21ba3698.tar.gz gentoo-2-16cc5642ce294243df7a58c98227610e21ba3698.tar.bz2 gentoo-2-16cc5642ce294243df7a58c98227610e21ba3698.zip |
Drop mention of old sqlite backend in elog
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'app-misc/strigi/strigi-0.7.0.ebuild')
-rw-r--r-- | app-misc/strigi/strigi-0.7.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/strigi/strigi-0.7.0.ebuild b/app-misc/strigi/strigi-0.7.0.ebuild index c237b29e83b7..f25f8b56d5e8 100644 --- a/app-misc/strigi/strigi-0.7.0.ebuild +++ b/app-misc/strigi/strigi-0.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/strigi-0.7.0.ebuild,v 1.9 2009/12/27 17:20:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/strigi-0.7.0.ebuild,v 1.10 2010/01/08 06:33:14 abcd Exp $ EAPI="2" @@ -92,8 +92,8 @@ src_test() { pkg_postinst() { if ! use clucene && ! use hyperestraier; then - elog "Because you didn't enable any of the supported backends:" - elog "clucene, hyperestraier and sqlite" + elog "Because you didn't enable either of the supported backends:" + elog "clucene or hyperestraier" elog "clucene support was silently installed." elog "If you prefer another backend, be sure to reinstall strigi" elog "and to enable that backend use flag" |