summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-05 03:16:43 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-05 03:16:43 +0000
commitaaa965756e3b06b419db89e76a2680c8786046d2 (patch)
tree86bc929b6bb90e6cb288080074a996395db9c8a9 /dev-util/anjuta/anjuta-2.1.1_beta1.ebuild
parentadded ~ppc64 (diff)
downloadgentoo-2-aaa965756e3b06b419db89e76a2680c8786046d2.tar.gz
gentoo-2-aaa965756e3b06b419db89e76a2680c8786046d2.tar.bz2
gentoo-2-aaa965756e3b06b419db89e76a2680c8786046d2.zip
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-util/anjuta/anjuta-2.1.1_beta1.ebuild')
-rw-r--r--dev-util/anjuta/anjuta-2.1.1_beta1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/anjuta/anjuta-2.1.1_beta1.ebuild b/dev-util/anjuta/anjuta-2.1.1_beta1.ebuild
index be281ab210f9..5af15c31f6b2 100644
--- a/dev-util/anjuta/anjuta-2.1.1_beta1.ebuild
+++ b/dev-util/anjuta/anjuta-2.1.1_beta1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.1.1_beta1.ebuild,v 1.2 2007/02/25 20:53:49 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.1.1_beta1.ebuild,v 1.3 2007/03/05 03:16:43 genone Exp $
inherit eutils gnome2 eutils autotools
@@ -98,8 +98,8 @@ pkg_postinst() {
gnome2_pkg_postinst
ebeep 1
- einfo "Some project templates may require additional development"
- einfo "libraries to function correctly. It goes beyond the scope"
- einfo "of this ebuild to provide them."
+ elog "Some project templates may require additional development"
+ elog "libraries to function correctly. It goes beyond the scope"
+ elog "of this ebuild to provide them."
epause 5
}