diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-12-05 18:09:23 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-12-05 18:20:34 -0500 |
commit | e6b12e1e008ac2f4de44a7498de0d8774f53f52d (patch) | |
tree | 0f0384e2b330b8bc190ef7edada7a3806bc7ca11 /x11-apps/xauth | |
parent | x11-themes/gentoo-xcursors: Set No_homepage (diff) | |
download | gentoo-e6b12e1e008ac2f4de44a7498de0d8774f53f52d.tar.gz gentoo-e6b12e1e008ac2f4de44a7498de0d8774f53f52d.tar.bz2 gentoo-e6b12e1e008ac2f4de44a7498de0d8774f53f52d.zip |
x11-apps/xauth: Add RESTRICT="!test? ( test )"
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xauth')
-rw-r--r-- | x11-apps/xauth/xauth-1.1.ebuild | 1 | ||||
-rw-r--r-- | x11-apps/xauth/xauth-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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 |