From ab83b5423e93976db30c31e680691a95934cde9a Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 29 Jan 2017 12:32:15 -0800 Subject: x11-apps/xauth: Add live ebuild. --- x11-apps/xauth/xauth-9999.ebuild | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 x11-apps/xauth/xauth-9999.ebuild (limited to 'x11-apps') diff --git a/x11-apps/xauth/xauth-9999.ebuild b/x11-apps/xauth/xauth-9999.ebuild new file mode 100644 index 000000000000..4ec4718e9cea --- /dev/null +++ b/x11-apps/xauth/xauth-9999.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools-utils xorg-2 + +DESCRIPTION="X authority file utility" + +KEYWORDS="" +IUSE="ipv6" + +RDEPEND="x11-libs/libX11 + x11-libs/libXau + x11-libs/libXext + x11-libs/libXmu" +DEPEND="${RDEPEND}" + +# Tests dependend on dev-util/cmdtest awaiting keywording, bug #511202. +# test? ( dev-util/cmdtest ) + +src_configure() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable ipv6) + ) + xorg-2_src_configure +} + +src_test() { + # Address sandbox failure, bug #527574 + addwrite /proc/self/comm + autotools-utils_src_test +} -- cgit v1.2.3-65-gdbad