From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RlK76-00025G-47 for garchives@archives.gentoo.org; Thu, 12 Jan 2012 12:50:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B057621C048; Thu, 12 Jan 2012 12:50:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7555221C032 for ; Thu, 12 Jan 2012 12:50:28 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE4A11B403A for ; Thu, 12 Jan 2012 12:50:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6BF7A8004C for ; Thu, 12 Jan 2012 12:50:27 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-libs/libxcb/libxcb-9999.ebuild X-VCS-Directories: x11-libs/libxcb/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: d6fac161baa106751dac4e9b046cd8b328dce0f7 Date: Thu, 12 Jan 2012 12:50:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5b3c3f85-fc3b-4341-93a0-c52c18d173a3 X-Archives-Hash: 909c8d23353acd979c34954335a73528 commit: d6fac161baa106751dac4e9b046cd8b328dce0f7 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Thu Jan 12 12:50:41 2012 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berli= n de> CommitDate: Thu Jan 12 12:50:41 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3Dd6fac161 x11-libs/libxcb: works with python-3 --- x11-libs/libxcb/libxcb-9999.ebuild | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-= 9999.ebuild index 24efe07..8dadbbb 100644 --- a/x11-libs/libxcb/libxcb-9999.ebuild +++ b/x11-libs/libxcb/libxcb-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D3 +EAPI=3D4 =20 XORG_DOC=3Ddoc inherit python xorg-2 @@ -19,13 +19,12 @@ IUSE=3D"selinux" RDEPEND=3D"dev-libs/libpthread-stubs x11-libs/libXau x11-libs/libXdmcp - >=3Dx11-proto/xcb-proto-1.6" + >=3Dx11-proto/xcb-proto-1.7" DEPEND=3D"${RDEPEND} =3Ddev-lang/python-2*[xml] dev-libs/libxslt" =20 pkg_setup() { - python_set_active_version 2 xorg-2_pkg_setup XORG_CONFIGURE_OPTIONS=3D( $(use_enable doc build-docs)