From c747e6af4921a1aaa716fd01dd34120784acf6fa Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Wed, 15 Jul 2015 11:52:27 -0700 Subject: [PATCH] profiles: Use latest vim for cross compile fix Specify vim-7.4.712 and vim-core-7.4.712 in package.accept_keywords to pickup needed upstream cross-compile fix. https://bugs.gentoo.org/show_bug.cgi?id=473372 Fix build errors like these: checking for tgetent()... configure: error: NOT FOUND! You need to install a terminal library; for example ncurses. Signed-off-by: Geoff Levand --- .../profiles/coreos/base/package.accept_keywords | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords index c922f0a140..fff7b13fbb 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords @@ -109,3 +109,9 @@ dev-util/checkbashisms # Avoid cross compile error with amd64 stable (elfutils-0.158). =dev-libs/elfutils-0.161 ~amd64 + +# Pickup upstream cross-compile fix +# https://bugs.gentoo.org/show_bug.cgi?id=473372 +=app-editors/vim-7.4.712 +=app-editors/vim-core-7.4.712 +