commit:     ee5e23a6c63c64a2d7a6ae509b6eac64de0c4ac8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  3 21:16:41 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  3 21:16:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee5e23a6

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 <AT> gentoo.org>

 app-editors/vim/vim-8.2.3428.ebuild | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/app-editors/vim/vim-8.2.3428.ebuild 
b/app-editors/vim/vim-8.2.3428.ebuild
index 146c7f5a378..fd00866b78b 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+=(

Reply via email to