From e376438f536fbf33856ccb6bc54d218249afabbf Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Fri, 17 Jul 2015 14:32:55 -0700 Subject: [PATCH] coreos/config: Remove outdated vim fix Commit 5c4e74c68c3262ee35bd039d94b0237df7381888 (profiles: Use latest vim for cross compile fix) updated vim to vim-7.4.712, which outdates this local fix. Signed-off-by: Geoff Levand --- .../coreos-overlay/coreos/config/env/app-editors/vim | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-editors/vim 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 deleted file mode 100644 index 57e456db4d..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-editors/vim +++ /dev/null @@ -1,4 +0,0 @@ -# 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"