summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-05 04:12:58 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-05 04:12:58 +0000
commitf7d422fd899e48eacfa44ecac0d0748649a1557c (patch)
treeb1e63bd67d31dbce9c8b20f50789509c7d7ff1fc /dev-util/rec/rec-1.6.ebuild
parentReplacing einfo with ewarn (diff)
downloadgentoo-2-f7d422fd899e48eacfa44ecac0d0748649a1557c.tar.gz
gentoo-2-f7d422fd899e48eacfa44ecac0d0748649a1557c.tar.bz2
gentoo-2-f7d422fd899e48eacfa44ecac0d0748649a1557c.zip
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-util/rec/rec-1.6.ebuild')
-rw-r--r--dev-util/rec/rec-1.6.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-util/rec/rec-1.6.ebuild b/dev-util/rec/rec-1.6.ebuild
index e94c34d21233..4b3710bffc22 100644
--- a/dev-util/rec/rec-1.6.ebuild
+++ b/dev-util/rec/rec-1.6.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-util/rec/rec-1.6.ebuild,v 1.4 2005/12/16 15:35:28 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/rec/rec-1.6.ebuild,v 1.5 2007/03/05 04:12:58 genone Exp $
inherit eutils
@@ -35,7 +35,7 @@ src_install() {
}
pkg_postinst() {
- einfo "/opt/rec/proto.lst should be copied into the working"
- einfo "directory of new projects, this will make rec aware of common"
- einfo "prototypes."
+ elog "/opt/rec/proto.lst should be copied into the working"
+ elog "directory of new projects, this will make rec aware of common"
+ elog "prototypes."
}