From a978c074e4272bb901fbe4a10de0a7b2af574f17 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 4 May 2021 22:28:33 +0100 Subject: gentoo resync : 04.05.2021 --- x11-apps/xhost/xhost-1.0.8.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'x11-apps/xhost/xhost-1.0.8.ebuild') diff --git a/x11-apps/xhost/xhost-1.0.8.ebuild b/x11-apps/xhost/xhost-1.0.8.ebuild index 6b32368a13b7..a2a75a11d671 100644 --- a/x11-apps/xhost/xhost-1.0.8.ebuild +++ b/x11-apps/xhost/xhost-1.0.8.ebuild @@ -15,6 +15,9 @@ RDEPEND="x11-libs/libX11 x11-libs/libXau" DEPEND="${RDEPEND}" -pkg_setup() { - XORG_CONFIGURE_OPTIONS="$(use_enable ipv6)" +src_configure() { + local XORG_CONFIGURE_OPTIONS=( + $(use_enable ipv6) + ) + xorg-3_src_configure } -- cgit v1.2.3