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/vim-core-9999.ebuild | |
| parent | f0cd9cc741622971f900031d0b8934e8dc755566 (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/vim-core-9999.ebuild')
| -rw-r--r-- | app-editors/vim-core/vim-core-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
