From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 09D901381FA for ; Wed, 28 May 2014 00:45:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E64F5E08D2; Wed, 28 May 2014 00:45:21 +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 4E93CE08D2 for ; Wed, 28 May 2014 00:45:21 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [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 66E7E33FD64 for ; Wed, 28 May 2014 00:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 18BAB182D4 for ; Wed, 28 May 2014 00:45:19 +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: <1401237923.c217616e46cecfaafc609398ef55059597e4e01b.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: c217616e46cecfaafc609398ef55059597e4e01b X-VCS-Branch: master Date: Wed, 28 May 2014 00:45:19 +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: aced49fd-1b5f-477b-8a11-c23543cc1f89 X-Archives-Hash: 080f35c2bbe7469fedd2b6502d1bbc32 commit: c217616e46cecfaafc609398ef55059597e4e01b Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Wed May 28 00:45:23 2014 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Wed May 28 00:45:23 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=c217616e x11-driver/xf86-video-intel: allow X server built-in glamor --- x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 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 448279d..06c618b 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild @@ -21,9 +21,10 @@ RDEPEND="x11-libs/libXext x11-libs/libXfixes >=x11-libs/pixman-0.27.1 >=x11-libs/libdrm-2.4.29[video_cards_intel] - glamor? ( + glamor? ( || ( + x11-base/xorg-server[glamor] >=x11-libs/glamor-0.6.0 - ) + ) ) sna? ( >=x11-base/xorg-server-1.10 )