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 <geoff@infradead.org>
This commit is contained in:
Geoff Levand 2015-07-15 11:52:27 -07:00
parent 19931a8c99
commit c747e6af49

View File

@ -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