projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c58b75b
)
mail-client/mutt: add elog about changed option names for sidebar
author
Fabian Groffen
<grobian@gentoo.org>
Tue, 12 Apr 2016 18:57:10 +0000
(20:57 +0200)
committer
Fabian Groffen
<grobian@gentoo.org>
Tue, 12 Apr 2016 18:57:32 +0000
(20:57 +0200)
Package-Manager: portage-2.2.28-prefix
mail-client/mutt/mutt-1.6.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/mail-client/mutt/mutt-1.6.0-r1.ebuild
b/mail-client/mutt/mutt-1.6.0-r1.ebuild
index eaba6bd7904995fcd2c29181b91994f7974a654b..d4947fc65ba3ad650d1f4154c5d2f7704f1620e5 100644
(file)
--- a/
mail-client/mutt/mutt-1.6.0-r1.ebuild
+++ b/
mail-client/mutt/mutt-1.6.0-r1.ebuild
@@
-267,5
+267,11
@@
pkg_postinst() {
elog "the Gentoo QuickStart Guide to Mutt E-Mail:"
elog " https://wiki.gentoo.org/wiki/Mutt"
echo
+ elif use sidebar ; then
+ echo
+ elog "The sidebar patch has changed config names, please see"
+ elog "the following page for a list of new names:"
+ elog "http://www.neomutt.org/sidebar-intro.html#intro-sidebar-config-changes"
+ echo
fi
}