From 8f57c6fc5924dc80981b0fffcbc4920d71855ff8 Mon Sep 17 00:00:00 2001
From: Marius Mauch <genone@gentoo.org>
Date: Wed, 31 Jan 2007 13:34:04 +0000
Subject: Replacing einfo with elog (Portage version: 2.1.2-r4)

---
 dev-db/fastdb/fastdb-2.55.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'dev-db/fastdb/fastdb-2.55.ebuild')

diff --git a/dev-db/fastdb/fastdb-2.55.ebuild b/dev-db/fastdb/fastdb-2.55.ebuild
index 20bdf8c4cf5d..e7f78f79d201 100644
--- a/dev-db/fastdb/fastdb-2.55.ebuild
+++ b/dev-db/fastdb/fastdb-2.55.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/fastdb/fastdb-2.55.ebuild,v 1.6 2005/01/01 17:31:35 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/fastdb/fastdb-2.55.ebuild,v 1.7 2007/01/31 13:34:04 genone Exp $
 
 DESCRIPTION="OO-DBMS that holds all data in memory; interfaces for C/C++/Kylix"
 HOMEPAGE="http://www.garret.ru/~knizhnik/fastdb.html"
@@ -38,6 +38,6 @@ src_install() {
 }
 
 pkg_postinst() {
-	einfo "The subsql binary has been renamed to subsql-fdb,"
-	einfo "to avoid a name clash with the GigaBase version of subsql"
+	elog "The subsql binary has been renamed to subsql-fdb,"
+	elog "to avoid a name clash with the GigaBase version of subsql"
 }
-- 
cgit v1.2.3-65-gdbad