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 B6D55138010 for ; Thu, 13 Sep 2012 21:14:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B4D021C00A; Thu, 13 Sep 2012 21:14:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 67A2C21C00A for ; Thu, 13 Sep 2012 21:14:38 +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 A8A8933D735 for ; Thu, 13 Sep 2012 21:14:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 62883E543C for ; Thu, 13 Sep 2012 21:14:36 +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: <1347570892.34d6798670033c8d95dd048bfea00d7be5ac0c8b.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: 34d6798670033c8d95dd048bfea00d7be5ac0c8b X-VCS-Branch: master Date: Thu, 13 Sep 2012 21:14:36 +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: d9a09b24-2c37-4cd5-b933-88b5538babec X-Archives-Hash: dc0e092a0a00d28b8a8200cdac4ac8fe commit: 34d6798670033c8d95dd048bfea00d7be5ac0c8b Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Thu Sep 13 21:14:52 2012 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Thu Sep 13 21:14:52 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=34d67986 x11-drivers/xf86-video-intel: require at least one acceleration method at build time, bug #434920. --- .../xf86-video-intel/xf86-video-intel-9999.ebuild | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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 f29938a..87cecbe 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild @@ -12,6 +12,8 @@ DESCRIPTION="X.Org driver for Intel cards" KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-fbsd -x86-fbsd" IUSE="glamor +sna uxa xvmc" +REQUIRED_USE="|| ( glamor sna uxa )" + RDEPEND="x11-libs/libXext x11-libs/libXfixes >=x11-libs/pixman-0.27.1