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 D933B1381F3 for ; Wed, 7 Aug 2013 13:45:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CE62E0998; Wed, 7 Aug 2013 13:45:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FCE5E0998 for ; Wed, 7 Aug 2013 13:45:12 +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 4121833EA89 for ; Wed, 7 Aug 2013 13:45:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B7AAFE468F for ; Wed, 7 Aug 2013 13:45:09 +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: <1375883101.b1cd189baab963659fe334cb5bc2cf2326dc50e6.chithead@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-base/xorg-drivers/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-base/xorg-drivers/xorg-drivers-9999.ebuild X-VCS-Directories: x11-base/xorg-drivers/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: b1cd189baab963659fe334cb5bc2cf2326dc50e6 X-VCS-Branch: master Date: Wed, 7 Aug 2013 13:45:09 +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: 743f7bd5-9559-4e85-a504-9af951c8b5eb X-Archives-Hash: 2ac4d6cfe607547d1de67dba948de77a commit: b1cd189baab963659fe334cb5bc2cf2326dc50e6 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Wed Aug 7 13:45:01 2013 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Wed Aug 7 13:45:01 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=b1cd189b x11-base/xorg-drivers: add video_cards_radeonsi flag with dependency on glamor enabled DDX --- x11-base/xorg-drivers/xorg-drivers-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild index ba19342..8f938ec 100644 --- a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild +++ b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild @@ -53,6 +53,7 @@ IUSE_VIDEO_CARDS=" video_cards_qxl video_cards_r128 video_cards_radeon + video_cards_radeonsi video_cards_rendition video_cards_s3virge video_cards_savage @@ -122,6 +123,7 @@ PDEPEND=" video_cards_fglrx? ( x11-drivers/ati-drivers ) video_cards_r128? ( x11-drivers/xf86-video-r128 ) video_cards_radeon? ( x11-drivers/xf86-video-ati ) + video_cards_radeonsi? ( x11-drivers/xf86-video-ati[glamor] ) video_cards_rendition? ( x11-drivers/xf86-video-rendition ) video_cards_s3virge? ( x11-drivers/xf86-video-s3virge ) video_cards_savage? ( x11-drivers/xf86-video-savage )