summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-07-05 08:37:17 -0700
committerMatt Turner <mattst88@gentoo.org>2022-07-05 08:37:17 -0700
commit1f9f3f30818f051861c80835b0a78e3f10ef7739 (patch)
treeb2b85cacbb21667e1fd9a9515154e544450f82f0 /x11-libs
parentdev-libs/gjs: Version bump to 1.72.1 (diff)
downloadgentoo-1f9f3f30818f051861c80835b0a78e3f10ef7739.tar.gz
gentoo-1f9f3f30818f051861c80835b0a78e3f10ef7739.tar.bz2
gentoo-1f9f3f30818f051861c80835b0a78e3f10ef7739.zip
x11-libs/libX11: Drop IUSE=ipv6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libX11/libX11-1.8.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libX11/libX11-1.8.1.ebuild b/x11-libs/libX11/libX11-1.8.1.ebuild
index 34171b8bc0c2..25866e82c700 100644
--- a/x11-libs/libX11/libX11-1.8.1.ebuild
+++ b/x11-libs/libX11/libX11-1.8.1.ebuild
@@ -12,7 +12,7 @@ inherit toolchain-funcs xorg-3
DESCRIPTION="X.Org X11 library"
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"
-IUSE="ipv6 test"
+IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
@@ -27,7 +27,7 @@ src_configure() {
local XORG_CONFIGURE_OPTIONS=(
$(use_with doc xmlto)
$(use_enable doc specs)
- $(use_enable ipv6)
+ --enable-ipv6
--without-fop
CPP="$(tc-getPROG CPP cpp)"
)