summaryrefslogtreecommitdiff
path: root/x11-apps/xauth/xauth-1.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /x11-apps/xauth/xauth-1.1.ebuild
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'x11-apps/xauth/xauth-1.1.ebuild')
-rw-r--r--x11-apps/xauth/xauth-1.1.ebuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/x11-apps/xauth/xauth-1.1.ebuild b/x11-apps/xauth/xauth-1.1.ebuild
index 838c880146d3..bde249ad877b 100644
--- a/x11-apps/xauth/xauth-1.1.ebuild
+++ b/x11-apps/xauth/xauth-1.1.ebuild
@@ -12,8 +12,8 @@ else
fi
DESCRIPTION="X authority file utility"
-IUSE="ipv6 test"
-RESTRICT="!test? ( test )"
+IUSE="ipv6"
+RESTRICT="test" # Depends on dead cmdtest package
RDEPEND="x11-libs/libX11
x11-libs/libXau
@@ -21,15 +21,9 @@ RDEPEND="x11-libs/libX11
x11-libs/libXmu"
DEPEND="${RDEPEND}
x11-base/xorg-proto"
-BDEPEND="test? ( dev-util/cmdtest )"
pkg_setup() {
XORG_CONFIGURE_OPTIONS=(
$(use_enable ipv6)
)
}
-
-src_test() {
- addwrite /proc/self/comm
- emake check
-}