commit:     84c6bca307165d2d59b884cdd7c30bd965fdbc4f
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 30 03:23:15 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Nov 30 05:04:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c6bca3

x11-base/xorg-server: Always enable IPv6 support

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-base/xorg-server/xorg-server-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild 
b/x11-base/xorg-server/xorg-server-9999.ebuild
index 3bcbc6f9407d..309f0c097939 100644
--- a/x11-base/xorg-server/xorg-server-9999.ebuild
+++ b/x11-base/xorg-server/xorg-server-9999.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} != 9999* ]]; then
 fi
 
 IUSE_SERVERS="xephyr xnest xorg xvfb"
-IUSE="${IUSE_SERVERS} debug +elogind ipv6 minimal selinux suid systemd test 
+udev unwind xcsecurity"
+IUSE="${IUSE_SERVERS} debug +elogind minimal selinux suid systemd test +udev 
unwind xcsecurity"
 RESTRICT="!test? ( test )"
 
 CDEPEND="
@@ -110,7 +110,6 @@ src_configure() {
                --buildtype $(usex debug debug plain)
                -Db_ndebug=$(usex debug false true)
                $(meson_use doc docs)
-               $(meson_use ipv6)
                $(meson_use !minimal dri1)
                $(meson_use !minimal dri2)
                $(meson_use !minimal dri3)
@@ -127,6 +126,7 @@ src_configure() {
                -Ddefault_font_path="${EPREFIX}"/usr/share/fonts
                -Ddrm=true
                -Ddtrace=false
+               -Dipv6=true
                -Dhal=false
                -Dlinux_acpi=false
                -Dsha1=libcrypto

Reply via email to