diff options
Diffstat (limited to 'dev-db/gigabase/gigabase-3.31.ebuild')
-rw-r--r-- | dev-db/gigabase/gigabase-3.31.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/gigabase/gigabase-3.31.ebuild b/dev-db/gigabase/gigabase-3.31.ebuild index 50427d15b43e..06168191c755 100644 --- a/dev-db/gigabase/gigabase-3.31.ebuild +++ b/dev-db/gigabase/gigabase-3.31.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-3.31.ebuild,v 1.2 2005/01/08 10:57:45 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-3.31.ebuild,v 1.3 2006/08/28 10:50:22 pva Exp $ DESCRIPTION="OO-DBMS with interfaces for C/C++/Java/PHP/Perl" HOMEPAGE="http://www.garret.ru/~knizhnik/gigabase.html" @@ -37,6 +37,6 @@ src_install() { } pkg_postinst() { - einfo "The subsql binary has been renamed to subsql-gdb," - einfo "to avoid a name clash with the FastDB version of subsql" + elog "The subsql binary has been renamed to subsql-gdb," + elog "to avoid a name clash with the FastDB version of subsql" } |