From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DFECD158019 for ; Sun, 3 Oct 2021 21:18:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F04C9E084A; Sun, 3 Oct 2021 21:18:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C31DAE0855 for ; Sun, 3 Oct 2021 21:18:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE6B7342E55 for ; Sun, 3 Oct 2021 21:18:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E32A12F for ; Sun, 3 Oct 2021 21:18:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1633295801.ee5e23a6c63c64a2d7a6ae509b6eac64de0c4ac8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/vim/vim-8.2.3428.ebuild X-VCS-Directories: app-editors/vim/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ee5e23a6c63c64a2d7a6ae509b6eac64de0c4ac8 X-VCS-Branch: master Date: Sun, 3 Oct 2021 21:18:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 541409a4-ce6b-4b17-b54c-fa84e9b455e7 X-Archives-Hash: ec0a1d5a52e6f29f864f5d6748bcdd8a commit: ee5e23a6c63c64a2d7a6ae509b6eac64de0c4ac8 Author: Sam James gentoo org> AuthorDate: Sun Oct 3 21:16:41 2021 +0000 Commit: Sam James gentoo 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 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+=(