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 58D2A138A1F for ; Sun, 26 Jan 2014 18:09:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9AF2E0A90; Sun, 26 Jan 2014 18:09:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84D68E0A90 for ; Sun, 26 Jan 2014 18:09:14 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75D8A335E31 for ; Sun, 26 Jan 2014 18:09:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id BE35018096 for ; Sun, 26 Jan 2014 18:09:11 +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: <1390759745.77aeed89ce02583314aa0ebc01a4785ac08cb07e.chithead@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-intel/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild X-VCS-Directories: x11-drivers/xf86-video-intel/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 77aeed89ce02583314aa0ebc01a4785ac08cb07e X-VCS-Branch: master Date: Sun, 26 Jan 2014 18:09:11 +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: 63be1972-91f8-48c1-adec-ea299f0f8e98 X-Archives-Hash: ae6bcabb6b95523d5b139f59487ab5e5 commit: 77aeed89ce02583314aa0ebc01a4785ac08cb07e Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Sun Jan 26 18:09:05 2014 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Sun Jan 26 18:09:05 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=77aeed89 x11-drivers/xf86-video-intel: add debug USE flag, bug #432864. --- x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild index 4875790..46eff2e 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild @@ -10,7 +10,7 @@ inherit linux-info xorg-2 DESCRIPTION="X.Org driver for Intel cards" KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-fbsd -x86-fbsd" -IUSE="glamor +sna +udev uxa xvmc" +IUSE="debug glamor +sna +udev uxa xvmc" REQUIRED_USE=" || ( sna uxa ) @@ -42,6 +42,7 @@ DEPEND="${RDEPEND} src_configure() { XORG_CONFIGURE_OPTIONS=( + $(use_enable debug) $(use_enable dri) $(use_enable glamor) $(use_enable sna)