diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-07-21 11:55:24 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-07-21 11:57:57 -0400 |
commit | ee0ada7f0399433bb5788fe8a0a0e70313d9c79d (patch) | |
tree | ae2b78b547c6493f4b71e81ffab6f76dc60f8231 /app-editors/vim-core | |
parent | profiles: ppc64: adjust kdenetwork-meta USE mask, webengine -> telepathy (diff) | |
download | gentoo-ee0ada7f0399433bb5788fe8a0a0e70313d9c79d.tar.gz gentoo-ee0ada7f0399433bb5788fe8a0a0e70313d9c79d.tar.bz2 gentoo-ee0ada7f0399433bb5788fe8a0a0e70313d9c79d.zip |
app-editors/vim-core: Add ncurses to DEPEND
The configure script checks for ncurses, specifically libtinfo:
checking for tgetent in -ltinfo... yes
Depending on ncurses helps when cross-compiling vim-core, as ncurses may
not be built for the host yet.
Bug: https://bugs.gentoo.org/854909
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-editors/vim-core')
-rw-r--r-- | app-editors/vim-core/vim-core-8.2.5066-r2.ebuild (renamed from app-editors/vim-core/vim-core-8.2.5066-r1.ebuild) | 2 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-9.0.0049-r1.ebuild (renamed from app-editors/vim-core/vim-core-9.0.0049.ebuild) | 2 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-9999.ebuild | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/app-editors/vim-core/vim-core-8.2.5066-r1.ebuild b/app-editors/vim-core/vim-core-8.2.5066-r2.ebuild index 2ab640fe7da3..ceedeb843abe 100644 --- a/app-editors/vim-core/vim-core-8.2.5066-r1.ebuild +++ b/app-editors/vim-core/vim-core-8.2.5066-r2.ebuild @@ -26,6 +26,8 @@ LICENSE="vim" SLOT="0" IUSE="nls acl minimal" +# ncurses is only needed by ./configure, so no subslot operator required +DEPEND=">=sys-libs/ncurses-5.2-r2:0" BDEPEND="sys-devel/autoconf" # Avoid icon file collision, bug #673880 RDEPEND="!!<app-editors/gvim-8.1.0648 diff --git a/app-editors/vim-core/vim-core-9.0.0049.ebuild b/app-editors/vim-core/vim-core-9.0.0049-r1.ebuild index 0fd6ae36dd53..a823407e3ce2 100644 --- a/app-editors/vim-core/vim-core-9.0.0049.ebuild +++ b/app-editors/vim-core/vim-core-9.0.0049-r1.ebuild @@ -26,6 +26,8 @@ LICENSE="vim" SLOT="0" IUSE="nls acl minimal" +# ncurses is only needed by ./configure, so no subslot operator required +DEPEND=">=sys-libs/ncurses-5.2-r2:0" BDEPEND="sys-devel/autoconf" # Avoid icon file collision, bug #673880 RDEPEND="!!<app-editors/gvim-8.1.0648 diff --git a/app-editors/vim-core/vim-core-9999.ebuild b/app-editors/vim-core/vim-core-9999.ebuild index 0fd6ae36dd53..a823407e3ce2 100644 --- a/app-editors/vim-core/vim-core-9999.ebuild +++ b/app-editors/vim-core/vim-core-9999.ebuild @@ -26,6 +26,8 @@ LICENSE="vim" SLOT="0" IUSE="nls acl minimal" +# ncurses is only needed by ./configure, so no subslot operator required +DEPEND=">=sys-libs/ncurses-5.2-r2:0" BDEPEND="sys-devel/autoconf" # Avoid icon file collision, bug #673880 RDEPEND="!!<app-editors/gvim-8.1.0648 |