diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2011-11-05 11:33:36 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2011-11-05 11:33:36 +0000 |
commit | 926c45af78d0ab1928de1bd7b64b1db2792c315a (patch) | |
tree | f5efc3c65c785ef999d6fc42bb1c767403cfaced /net-mail | |
parent | Version bump (diff) | |
download | gentoo-2-926c45af78d0ab1928de1bd7b64b1db2792c315a.tar.gz gentoo-2-926c45af78d0ab1928de1bd7b64b1db2792c315a.tar.bz2 gentoo-2-926c45af78d0ab1928de1bd7b64b1db2792c315a.zip |
net-mail/notmuch: Use elog instead of einfo in postinst.
(Portage version: 2.1.10.32/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.9-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog index 6ef9110d0c0f..ef56ff11fef7 100644 --- a/net-mail/notmuch/ChangeLog +++ b/net-mail/notmuch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/notmuch # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.9 2011/11/04 14:49:13 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.10 2011/11/05 11:33:36 aidecoe Exp $ + + 05 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.9-r2.ebuild: + Use elog instead of einfo in postinst. *notmuch-0.9-r2 (04 Nov 2011) diff --git a/net-mail/notmuch/notmuch-0.9-r2.ebuild b/net-mail/notmuch/notmuch-0.9-r2.ebuild index 4dde5bdd9458..c8f13a8305dc 100644 --- a/net-mail/notmuch/notmuch-0.9-r2.ebuild +++ b/net-mail/notmuch/notmuch-0.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.9-r2.ebuild,v 1.1 2011/11/04 14:49:13 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.9-r2.ebuild,v 1.2 2011/11/05 11:33:36 aidecoe Exp $ EAPI=4 @@ -140,8 +140,8 @@ pkg_postinst() { if use python; then echo - einfo "Python API documentation is also online available at:" - einfo " http://packages.python.org/notmuch/" + elog "Python API documentation is also online available at:" + elog " http://packages.python.org/notmuch/" fi } |