commit: 66b787e0363c18e8d45dd92068316c7074d548b9 Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org> AuthorDate: Mon May 30 14:02:05 2016 +0000 Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org> CommitDate: Mon May 30 14:02:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b787e0
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 x11-proto/xcb-proto/xcb-proto-1.12-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) 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 8ef85b6..21d7061 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"
