summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Turco <fturco@fastmail.fm>2018-08-05 16:52:51 +0200
committerZac Medico <zmedico@gentoo.org>2018-08-05 12:39:57 -0700
commit0d6f2f54b9bab74ac1544e1ad6e957d7f4d96d15 (patch)
tree6227090be359ba89e303777a65fd08b43a4ce42c /app-portage/repoman/repoman-2.3.6.ebuild
parentsys-apps/portage: remove split repoman message (diff)
downloadgentoo-0d6f2f54b9bab74ac1544e1ad6e957d7f4d96d15.tar.gz
gentoo-0d6f2f54b9bab74ac1544e1ad6e957d7f4d96d15.tar.bz2
gentoo-0d6f2f54b9bab74ac1544e1ad6e957d7f4d96d15.zip
app-portage/repoman: use elog instead of einfo for messages to users
Closes: https://github.com/gentoo/gentoo/pull/9459
Diffstat (limited to 'app-portage/repoman/repoman-2.3.6.ebuild')
-rw-r--r--app-portage/repoman/repoman-2.3.6.ebuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/app-portage/repoman/repoman-2.3.6.ebuild b/app-portage/repoman/repoman-2.3.6.ebuild
index 8c7504b338c7..dc60ecf6859d 100644
--- a/app-portage/repoman/repoman-2.3.6.ebuild
+++ b/app-portage/repoman/repoman-2.3.6.ebuild
@@ -48,13 +48,13 @@ python_install() {
}
pkg_postinst() {
- einfo ""
- einfo "This release of repoman is from the new portage/repoman split"
- einfo "release code base."
- einfo "This new repoman code base is still being developed. So its API's"
- einfo "are not to be considered stable and are subject to change."
- einfo "The code released has been tested and considered ready for use."
- einfo "This however does not guarantee it to be completely bug free."
- einfo "Please report any bugs you may encounter."
- einfo ""
+ elog ""
+ elog "This release of repoman is from the new portage/repoman split"
+ elog "release code base."
+ elog "This new repoman code base is still being developed. So its API's"
+ elog "are not to be considered stable and are subject to change."
+ elog "The code released has been tested and considered ready for use."
+ elog "This however does not guarantee it to be completely bug free."
+ elog "Please report any bugs you may encounter."
+ elog ""
}