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-libs/libX11/
Date: Tue, 05 Jul 2022 15:41:02
Message-Id: 1657035437.1f9f3f30818f051861c80835b0a78e3f10ef7739.mattst88@gentoo
1 commit: 1f9f3f30818f051861c80835b0a78e3f10ef7739
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 15:37:17 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 15:37:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9f3f30
7
8 x11-libs/libX11: Drop IUSE=ipv6
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libX11/libX11-1.8.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-libs/libX11/libX11-1.8.1.ebuild b/x11-libs/libX11/libX11-1.8.1.ebuild
16 index 34171b8bc0c2..25866e82c700 100644
17 --- a/x11-libs/libX11/libX11-1.8.1.ebuild
18 +++ b/x11-libs/libX11/libX11-1.8.1.ebuild
19 @@ -12,7 +12,7 @@ inherit toolchain-funcs xorg-3
20 DESCRIPTION="X.Org X11 library"
21
22 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
23 -IUSE="ipv6 test"
24 +IUSE="test"
25 RESTRICT="!test? ( test )"
26
27 RDEPEND="
28 @@ -27,7 +27,7 @@ src_configure() {
29 local XORG_CONFIGURE_OPTIONS=(
30 $(use_with doc xmlto)
31 $(use_enable doc specs)
32 - $(use_enable ipv6)
33 + --enable-ipv6
34 --without-fop
35 CPP="$(tc-getPROG CPP cpp)"
36 )