From d859e397eb77f56a55d5a484b6f84f13446ecfb4 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 5 Sep 2014 17:08:14 -0700 Subject: [PATCH] vim: add note for when workaround can be removed --- .../third_party/coreos-overlay/coreos/config/env/app-editors/vim | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-editors/vim b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-editors/vim index 96c24c480d..57e456db4d 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-editors/vim +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-editors/vim @@ -1,3 +1,4 @@ # automatic terminal library selection doesn't work when cross-compiling # 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"