commit: 68f69ada404a2264e0715b91e28c9c460b637dba
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 13:24:16 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 13:26:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f69ada
app-editors/gvim: fix IndirectInherits, sync live
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/gvim/gvim-9.0.0099.ebuild | 2 +-
app-editors/gvim/gvim-9999.ebuild | 10 +++++++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/app-editors/gvim/gvim-9.0.0099.ebuild
b/app-editors/gvim/gvim-9.0.0099.ebuild
index 05ff265c0379..94b5164b1a3a 100644
--- a/app-editors/gvim/gvim-9.0.0099.ebuild
+++ b/app-editors/gvim/gvim-9.0.0099.ebuild
@@ -11,7 +11,7 @@ PYTHON_COMPAT=( python3_{8..11} )
PYTHON_REQ_USE="threads(+)"
USE_RUBY="ruby27 ruby30 ruby31"
-inherit vim-doc flag-o-matic xdg-utils bash-completion-r1 prefix lua-single
python-single-r1 ruby-single
+inherit vim-doc flag-o-matic xdg-utils bash-completion-r1 prefix lua-single
python-single-r1 toolchain-funcs ruby-single
if [[ ${PV} == 9999* ]]; then
inherit git-r3
diff --git a/app-editors/gvim/gvim-9999.ebuild
b/app-editors/gvim/gvim-9999.ebuild
index bc764c8a6675..fe0d1d0e564f 100644
--- a/app-editors/gvim/gvim-9999.ebuild
+++ b/app-editors/gvim/gvim-9999.ebuild
@@ -11,7 +11,7 @@ PYTHON_COMPAT=( python3_{8..11} )
PYTHON_REQ_USE="threads(+)"
USE_RUBY="ruby27 ruby30 ruby31"
-inherit vim-doc flag-o-matic xdg-utils bash-completion-r1 prefix lua-single
python-single-r1 ruby-single
+inherit vim-doc flag-o-matic xdg-utils bash-completion-r1 prefix lua-single
python-single-r1 toolchain-funcs ruby-single
if [[ ${PV} == 9999* ]]; then
inherit git-r3
@@ -247,6 +247,14 @@ src_configure() {
export ac_cv_func_sigaction=no
fi
+ if tc-is-cross-compiler ; then
+ export vim_cv_getcwd_broken=no \
+ vim_cv_memmove_handles_overlap=yes \
+ vim_cv_stat_ignores_slash=yes \
+ vim_cv_terminfo=yes \
+ vim_cv_toupper_broken=no
+ fi
+
econf \
--with-modified-by=Gentoo-${PVR} \
--with-vim-name=gvim \