vim: add note for when workaround can be removed

This commit is contained in:
Michael Marineau 2014-09-05 17:08:14 -07:00
parent 81f144d602
commit d859e397eb

View File

@ -1,3 +1,4 @@
# automatic terminal library selection doesn't work when cross-compiling # automatic terminal library selection doesn't work when cross-compiling
# Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=473372 # Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=473372
# Reportedly fixed in app-editors/vim-7.4.430 but we haven't updated yet.
EXTRA_ECONF="--with-tlib=ncurses" EXTRA_ECONF="--with-tlib=ncurses"