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 3158A1381F3 for ; Sat, 1 Jun 2013 05:05:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AEF1E07EC; Sat, 1 Jun 2013 05:05:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2458E07EC for ; Sat, 1 Jun 2013 05:05:43 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A545733E247 for ; Sat, 1 Jun 2013 05:05:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0F9ACE5308 for ; Sat, 1 Jun 2013 05:05:41 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <1370063136.2d291e26c803ae4a55d4c32b5244a33c2f51f8df.chithead@gentoo> 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 x11-libs/libxcb/metadata.xml X-VCS-Directories: x11-libs/libxcb/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 2d291e26c803ae4a55d4c32b5244a33c2f51f8df X-VCS-Branch: master Date: Sat, 1 Jun 2013 05:05:41 +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: 8878d4e7-083d-4cdc-9443-ae86402288bf X-Archives-Hash: d0f7da554ef867c31199d4d8a99b484b commit: 2d291e26c803ae4a55d4c32b5244a33c2f51f8df Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Sat Jun 1 05:05:36 2013 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Sat Jun 1 05:05:36 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=2d291e26 x11-libs/libxcb: add xkb USE flag, bug #471684. --- x11-libs/libxcb/libxcb-9999.ebuild | 3 ++- x11-libs/libxcb/metadata.xml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild index 944f1d5..f4511c9 100644 --- a/x11-libs/libxcb/libxcb-9999.ebuild +++ b/x11-libs/libxcb/libxcb-9999.ebuild @@ -18,7 +18,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb" SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~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="selinux" +IUSE="selinux xkb" RDEPEND="dev-libs/libpthread-stubs[${MULTILIB_USEDEP}] x11-libs/libXau[${MULTILIB_USEDEP}] @@ -37,6 +37,7 @@ src_configure() { XORG_CONFIGURE_OPTIONS=( $(use_enable doc build-docs) $(use_enable selinux) + $(use_enable xkb) --enable-xinput ) xorg-2_src_configure diff --git a/x11-libs/libxcb/metadata.xml b/x11-libs/libxcb/metadata.xml index 01c4c00..4a117f6 100644 --- a/x11-libs/libxcb/metadata.xml +++ b/x11-libs/libxcb/metadata.xml @@ -2,4 +2,7 @@ x11 + +Enable the XCB keyboard extension +