Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vim/
Date: Sun, 03 Oct 2021 21:18:17
Message-Id: 1633295801.ee5e23a6c63c64a2d7a6ae509b6eac64de0c4ac8.sam@gentoo
1 commit: ee5e23a6c63c64a2d7a6ae509b6eac64de0c4ac8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 3 21:16:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 21:16:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee5e23a6
7
8 app-editors/vim: drop USE=ipv6
9
10 As explained on the bug originally, there's no need
11 for this. It only seems to control using a modern
12 API for sockets anyway, not JUST "do we use IPv6".
13
14 Bug: https://bugs.gentoo.org/790446
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 app-editors/vim/vim-8.2.3428.ebuild | 8 +-------
18 1 file changed, 1 insertion(+), 7 deletions(-)
19
20 diff --git a/app-editors/vim/vim-8.2.3428.ebuild b/app-editors/vim/vim-8.2.3428.ebuild
21 index 146c7f5a378..fd00866b78b 100644
22 --- a/app-editors/vim/vim-8.2.3428.ebuild
23 +++ b/app-editors/vim/vim-8.2.3428.ebuild
24 @@ -24,7 +24,7 @@ HOMEPAGE="https://vim.sourceforge.io/ https://github.com/vim/vim"
25
26 SLOT="0"
27 LICENSE="vim"
28 -IUSE="X acl cscope debug gpm lua ipv6 minimal nls perl python racket ruby selinux sound tcl terminal vim-pager"
29 +IUSE="X acl cscope debug gpm lua minimal nls perl python racket ruby selinux sound tcl terminal vim-pager"
30 REQUIRED_USE="
31 lua? ( ${LUA_REQUIRED_USE} )
32 python? ( ${PYTHON_REQUIRED_USE} )
33 @@ -228,12 +228,6 @@ src_configure() {
34 )
35 fi
36
37 - if ! use ipv6; then
38 - myconf+=(
39 - vim_cv_ipv6_networking=no
40 - )
41 - fi
42 -
43 # don't test USE=X here ... see bug #19115
44 # but need to provide a way to link against X ... see bug #20093
45 myconf+=(