Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/
Date: Tue, 30 Nov 2021 05:04:19
Message-Id: 1638248645.84c6bca307165d2d59b884cdd7c30bd965fdbc4f.mattst88@gentoo
1 commit: 84c6bca307165d2d59b884cdd7c30bd965fdbc4f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 30 03:23:15 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 30 05:04:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c6bca3
7
8 x11-base/xorg-server: Always enable IPv6 support
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-base/xorg-server/xorg-server-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild
16 index 3bcbc6f9407d..309f0c097939 100644
17 --- a/x11-base/xorg-server/xorg-server-9999.ebuild
18 +++ b/x11-base/xorg-server/xorg-server-9999.ebuild
19 @@ -16,7 +16,7 @@ if [[ ${PV} != 9999* ]]; then
20 fi
21
22 IUSE_SERVERS="xephyr xnest xorg xvfb"
23 -IUSE="${IUSE_SERVERS} debug +elogind ipv6 minimal selinux suid systemd test +udev unwind xcsecurity"
24 +IUSE="${IUSE_SERVERS} debug +elogind minimal selinux suid systemd test +udev unwind xcsecurity"
25 RESTRICT="!test? ( test )"
26
27 CDEPEND="
28 @@ -110,7 +110,6 @@ src_configure() {
29 --buildtype $(usex debug debug plain)
30 -Db_ndebug=$(usex debug false true)
31 $(meson_use doc docs)
32 - $(meson_use ipv6)
33 $(meson_use !minimal dri1)
34 $(meson_use !minimal dri2)
35 $(meson_use !minimal dri3)
36 @@ -127,6 +126,7 @@ src_configure() {
37 -Ddefault_font_path="${EPREFIX}"/usr/share/fonts
38 -Ddrm=true
39 -Ddtrace=false
40 + -Dipv6=true
41 -Dhal=false
42 -Dlinux_acpi=false
43 -Dsha1=libcrypto