diff options
author | Francesco Turco <fturco@fastmail.fm> | 2018-08-07 16:18:20 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-08-20 17:00:32 +0200 |
commit | e31d8d38d6c17e2fd5bbdf486a5bb244e655fc2b (patch) | |
tree | de39b69bbb407c51bbddb67cfe04cde6564e38a6 /dev-vcs/git/git-9999-r3.ebuild | |
parent | app-backup/duplicity: replace einfo with elog for displaying messages to users. (diff) | |
download | gentoo-e31d8d38d6c17e2fd5bbdf486a5bb244e655fc2b.tar.gz gentoo-e31d8d38d6c17e2fd5bbdf486a5bb244e655fc2b.tar.bz2 gentoo-e31d8d38d6c17e2fd5bbdf486a5bb244e655fc2b.zip |
dev-vcs/git: replace einfo with elog for displaying messages to users.
Closes: https://github.com/gentoo/gentoo/pull/9487
Diffstat (limited to 'dev-vcs/git/git-9999-r3.ebuild')
-rw-r--r-- | dev-vcs/git/git-9999-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild index c810b8798e3a..2cab4c88875b 100644 --- a/dev-vcs/git/git-9999-r3.ebuild +++ b/dev-vcs/git/git-9999-r3.ebuild @@ -698,9 +698,9 @@ showpkgdeps() { pkg_postinst() { use emacs && elisp-site-regen - einfo "Please read /usr/share/bash-completion/git for Git bash command completion" - einfo "Please read /usr/share/git/git-prompt.sh for Git bash prompt" - einfo "Note that the prompt bash code is now in that separate script" + elog "Please read /usr/share/bash-completion/git for Git bash command completion" + elog "Please read /usr/share/git/git-prompt.sh for Git bash prompt" + elog "Note that the prompt bash code is now in that separate script" elog "These additional scripts need some dependencies:" echo showpkgdeps git-quiltimport "dev-util/quilt" |