From e6b12e1e008ac2f4de44a7498de0d8774f53f52d Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 5 Dec 2019 18:09:23 -0500 Subject: [PATCH] x11-apps/xauth: Add RESTRICT="!test? ( test )" Signed-off-by: Matt Turner --- x11-apps/xauth/xauth-1.1.ebuild | 1 + x11-apps/xauth/xauth-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/x11-apps/xauth/xauth-1.1.ebuild b/x11-apps/xauth/xauth-1.1.ebuild index b6b6953692df..50e1ff50ef57 100644 --- a/x11-apps/xauth/xauth-1.1.ebuild +++ b/x11-apps/xauth/xauth-1.1.ebuild @@ -13,6 +13,7 @@ fi DESCRIPTION="X authority file utility" IUSE="ipv6 test" +RESTRICT="!test? ( test )" RDEPEND="x11-libs/libX11 x11-libs/libXau diff --git a/x11-apps/xauth/xauth-9999.ebuild b/x11-apps/xauth/xauth-9999.ebuild index 0661ce38f6fa..17995a9945a6 100644 --- a/x11-apps/xauth/xauth-9999.ebuild +++ b/x11-apps/xauth/xauth-9999.ebuild @@ -13,6 +13,7 @@ fi DESCRIPTION="X authority file utility" IUSE="ipv6 test" +RESTRICT="!test? ( test )" RDEPEND="x11-libs/libX11 x11-libs/libXau -- 2.26.2