commit:     05316cde9c7176f74d686f9ec459c85a3864795a
Author:     Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Mon Feb 23 01:33:59 2015 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Feb 23 01:33:59 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=05316cde

x11-libs/libxcb: Depend on dev-libs/check for tests.

Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=484054

---
 x11-libs/libxcb/libxcb-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-libs/libxcb/libxcb-9999.ebuild 
b/x11-libs/libxcb/libxcb-9999.ebuild
index d2838aa..091dd95 100644
--- a/x11-libs/libxcb/libxcb-9999.ebuild
+++ b/x11-libs/libxcb/libxcb-9999.ebuild
@@ -18,7 +18,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
        SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2";
 
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="selinux xkb"
+IUSE="selinux test xkb"
 SLOT="0/${PV}"
 
 RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1[${MULTILIB_USEDEP}]
@@ -26,6 +26,7 @@ 
RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1[${MULTILIB_USEDEP}]
        >=x11-libs/libXdmcp-1.1.1-r1[${MULTILIB_USEDEP}]"
 # Note: ${PYTHON_USEDEP} needs to go verbatim
 DEPEND="${RDEPEND}
+       test? ( dev-libs/check[${MULTILIB_USEDEP}] )
        dev-libs/libxslt
        ${PYTHON_DEPS}
        $(python_gen_any_dep \

Reply via email to