commit:     ab83b5423e93976db30c31e680691a95934cde9a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 20:32:15 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 21:26:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab83b542

x11-apps/xauth: Add live ebuild.

 x11-apps/xauth/xauth-9999.ebuild | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/x11-apps/xauth/xauth-9999.ebuild b/x11-apps/xauth/xauth-9999.ebuild
new file mode 100644
index 00000000..4ec4718
--- /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
+}

Reply via email to