diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-01-29 13:18:02 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-01-29 13:26:19 -0800 |
commit | 1bbd13fd40a6763175aefffce0a814977b1f3d9e (patch) | |
tree | dd86277d2c5120378008307e7571878322b8c03f /x11-apps/xauth | |
parent | x11-apps/xauth: Add live ebuild. (diff) | |
download | gentoo-1bbd13fd40a6763175aefffce0a814977b1f3d9e.tar.gz gentoo-1bbd13fd40a6763175aefffce0a814977b1f3d9e.tar.bz2 gentoo-1bbd13fd40a6763175aefffce0a814977b1f3d9e.zip |
x11-apps/xauth: Depend on dev-util/cmdtest for tests.
Diffstat (limited to 'x11-apps/xauth')
-rw-r--r-- | x11-apps/xauth/xauth-9999.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-apps/xauth/xauth-9999.ebuild b/x11-apps/xauth/xauth-9999.ebuild index 4ec4718e9cea..b6251a5bd3cb 100644 --- a/x11-apps/xauth/xauth-9999.ebuild +++ b/x11-apps/xauth/xauth-9999.ebuild @@ -9,16 +9,14 @@ inherit autotools-utils xorg-2 DESCRIPTION="X authority file utility" KEYWORDS="" -IUSE="ipv6" +IUSE="ipv6 test" 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 ) +DEPEND="${RDEPEND} + test? ( dev-util/cmdtest )" src_configure() { XORG_CONFIGURE_OPTIONS=( |