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 1QY1k6-00035Y-5A for garchives@archives.gentoo.org; Sat, 18 Jun 2011 20:03:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BA061C034; Sat, 18 Jun 2011 20:03:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D23D41C034 for ; Sat, 18 Jun 2011 20:03:34 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38ED31B402F for ; Sat, 18 Jun 2011 20:03:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3679F8003C for ; Sat, 18 Jun 2011 20:03:33 +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: <7f6de237ec9085afaf80b99e80945e8c519e17e2.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: 7f6de237ec9085afaf80b99e80945e8c519e17e2 Date: Sat, 18 Jun 2011 20:03:33 +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: X-Archives-Hash: 78f507833211d446dfbf3a94efbc39e1 commit: 7f6de237ec9085afaf80b99e80945e8c519e17e2 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Sat Jun 18 20:03:31 2011 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berli= n de> CommitDate: Sat Jun 18 20:03:31 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D7f6de237 x11-drivers/xf86-video-intel: require xorg-server-1.10 for sna --- .../xf86-video-intel/xf86-video-intel-9999.ebuild | 5 ++++- 1 files changed, 4 insertions(+), 1 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 98cd2e4..64421e6 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild @@ -15,7 +15,10 @@ IUSE=3D"sna" RDEPEND=3D"x11-libs/libXext x11-libs/libXfixes x11-libs/libXvMC - >=3Dx11-libs/libxcb-1.5" + >=3Dx11-libs/libxcb-1.5 + sna? ( + >=3Dx11-base/xorg-server-1.10 + )" # Requires dri2proto-2.6 (unreleased) DEPEND=3D"${RDEPEND} >=3Dx11-proto/dri2proto-2.6"