Gentoo Archives: gentoo-commits

From: "Chí-Thanh Christopher Nguyễn" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-proto/xcb-proto/
Date: Mon, 30 May 2016 14:01:56
Message-Id: 1464616925.66b787e0363c18e8d45dd92068316c7074d548b9.chithanh@gentoo
1 commit: 66b787e0363c18e8d45dd92068316c7074d548b9
2 Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 14:02:05 2016 +0000
4 Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 14:02:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b787e0
7
8 x11-proto/xcb-proto: restrict tests
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=584532
11 Bug: https://bugs.freedesktop.org/show_bug.cgi?id=95494
12
13 Package-Manager: portage-2.2.28
14
15 x11-proto/xcb-proto/xcb-proto-1.12-r1.ebuild | 2 ++
16 1 file changed, 2 insertions(+)
17
18 diff --git a/x11-proto/xcb-proto/xcb-proto-1.12-r1.ebuild b/x11-proto/xcb-proto/xcb-proto-1.12-r1.ebuild
19 index 8ef85b6..21d7061 100644
20 --- a/x11-proto/xcb-proto/xcb-proto-1.12-r1.ebuild
21 +++ b/x11-proto/xcb-proto/xcb-proto-1.12-r1.ebuild
22 @@ -18,6 +18,8 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/proto"
23 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"
24 IUSE=""
25
26 +RESTRICT="test" #584532
27 +
28 RDEPEND="${PYTHON_DEPS}"
29 DEPEND="${RDEPEND}
30 dev-libs/libxml2"