summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2016-05-30 16:02:05 +0200
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2016-05-30 16:02:05 +0200
commit66b787e0363c18e8d45dd92068316c7074d548b9 (patch)
tree33b5a412720bb872f0ff1463e1ad7acb4cd98758 /x11-proto
parentsys-apps/systemd: unblock laptop-mode-tools (diff)
downloadgentoo-66b787e0363c18e8d45dd92068316c7074d548b9.tar.gz
gentoo-66b787e0363c18e8d45dd92068316c7074d548b9.tar.bz2
gentoo-66b787e0363c18e8d45dd92068316c7074d548b9.zip
x11-proto/xcb-proto: restrict tests
Bug: https://bugs.gentoo.org/show_bug.cgi?id=584532 Bug: https://bugs.freedesktop.org/show_bug.cgi?id=95494 Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/xcb-proto/xcb-proto-1.12-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-proto/xcb-proto/xcb-proto-1.12-r1.ebuild b/x11-proto/xcb-proto/xcb-proto-1.12-r1.ebuild
index 8ef85b60245c..21d706105995 100644
--- a/x11-proto/xcb-proto/xcb-proto-1.12-r1.ebuild
+++ b/x11-proto/xcb-proto/xcb-proto-1.12-r1.ebuild
@@ -18,6 +18,8 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/proto"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~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=""
+RESTRICT="test" #584532
+
RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}
dev-libs/libxml2"