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 105D71387FD for ; Tue, 10 Jun 2014 09:50:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B03CE086D; Tue, 10 Jun 2014 09:50:27 +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 933EEE086D for ; Tue, 10 Jun 2014 09:50:26 +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 659B033FABB for ; Tue, 10 Jun 2014 09:50:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id A4623181A9 for ; Tue, 10 Jun 2014 09:50:23 +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: <1402393832.a9ba22443a74a69b883db5593eed7f34a82ae75a.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: a9ba22443a74a69b883db5593eed7f34a82ae75a X-VCS-Branch: master Date: Tue, 10 Jun 2014 09:50:23 +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: 0383475f-f925-4dae-94bc-f94299c9c0c2 X-Archives-Hash: 9841cdba4e158e43b15d22c19dfdc207 commit: a9ba22443a74a69b883db5593eed7f34a82ae75a Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Tue Jun 10 09:50:32 2014 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Tue Jun 10 09:50:32 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=a9ba2244 x11-drivers/xf86-video-intel: add DRI3 dependencies --- x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) 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 06c618b..500b10d 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild @@ -39,6 +39,8 @@ RDEPEND="x11-libs/libXext " DEPEND="${RDEPEND} >=x11-proto/dri2proto-2.6 + x11-proto/dri3proto + x11-proto/presentproto x11-proto/resourceproto" src_configure() {