diff options
author | Sam James <sam@gentoo.org> | 2021-10-03 22:16:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-03 22:16:41 +0100 |
commit | ee5e23a6c63c64a2d7a6ae509b6eac64de0c4ac8 (patch) | |
tree | 9723c341a187b04acac9dc533eb9a5320a785904 /app-editors | |
parent | app-editors/gvim: Version bump (v8.2.3428) (diff) | |
download | gentoo-ee5e23a6c63c64a2d7a6ae509b6eac64de0c4ac8.tar.gz gentoo-ee5e23a6c63c64a2d7a6ae509b6eac64de0c4ac8.tar.bz2 gentoo-ee5e23a6c63c64a2d7a6ae509b6eac64de0c4ac8.zip |
app-editors/vim: drop USE=ipv6
As explained on the bug originally, there's no need
for this. It only seems to control using a modern
API for sockets anyway, not JUST "do we use IPv6".
Bug: https://bugs.gentoo.org/790446
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim/vim-8.2.3428.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/app-editors/vim/vim-8.2.3428.ebuild b/app-editors/vim/vim-8.2.3428.ebuild index 146c7f5a378d..fd00866b78b5 100644 --- a/app-editors/vim/vim-8.2.3428.ebuild +++ b/app-editors/vim/vim-8.2.3428.ebuild @@ -24,7 +24,7 @@ HOMEPAGE="https://vim.sourceforge.io/ https://github.com/vim/vim" SLOT="0" LICENSE="vim" -IUSE="X acl cscope debug gpm lua ipv6 minimal nls perl python racket ruby selinux sound tcl terminal vim-pager" +IUSE="X acl cscope debug gpm lua minimal nls perl python racket ruby selinux sound tcl terminal vim-pager" REQUIRED_USE=" lua? ( ${LUA_REQUIRED_USE} ) python? ( ${PYTHON_REQUIRED_USE} ) @@ -228,12 +228,6 @@ src_configure() { ) fi - if ! use ipv6; then - myconf+=( - vim_cv_ipv6_networking=no - ) - fi - # don't test USE=X here ... see bug #19115 # but need to provide a way to link against X ... see bug #20093 myconf+=( |