diff --git a/x11-apps/xhost/xhost-1.0.8.ebuild b/x11-apps/xhost/xhost-1.0.8.ebuild index 6b32368a13b74..a2a75a11d6715 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 }