From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D5D4613829C for ; Mon, 6 Jun 2016 16:21:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ED3014361; Mon, 6 Jun 2016 16:21:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0608414361 for ; Mon, 6 Jun 2016 16:21:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E1CC3408DD for ; Mon, 6 Jun 2016 16:21:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98D00963 for ; Mon, 6 Jun 2016 16:21:45 +0000 (UTC) From: "Chí-Thanh Christopher Nguyễn" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chí-Thanh Christopher Nguyễn" Message-ID: <1465230120.6ff7f8325cb70fd87418d569f8131d3f2dddd747.chithanh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-proto/xcb-proto/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild X-VCS-Directories: x11-proto/xcb-proto/ X-VCS-Committer: chithanh X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn X-VCS-Revision: 6ff7f8325cb70fd87418d569f8131d3f2dddd747 X-VCS-Branch: master Date: Mon, 6 Jun 2016 16:21:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5350b844-55f6-414d-a30d-87ee7922b5d5 X-Archives-Hash: 08c472dc2a502cc5d4b7263e5d57909c commit: 6ff7f8325cb70fd87418d569f8131d3f2dddd747 Author: Chí-Thanh Christopher Nguyễn gentoo org> AuthorDate: Mon Jun 6 16:22:00 2016 +0000 Commit: Chí-Thanh Christopher Nguyễn gentoo org> CommitDate: Mon Jun 6 16:22:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff7f832 x11-proto/xcb-proto: unrestrict tests Package-Manager: portage-2.2.28 x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild b/x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild index c59c1a4..84156c8 100644 --- a/x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild +++ b/x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild @@ -18,8 +18,6 @@ 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"