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 D9625138A1A for ; Thu, 29 Jan 2015 16:49:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1FFEE081E; Thu, 29 Jan 2015 16:49:16 +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 7DDE0E081E for ; Thu, 29 Jan 2015 16:49:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56BC73406C1 for ; Thu, 29 Jan 2015 16:49:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 534298F2 for ; Thu, 29 Jan 2015 16:49:13 +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: <1422550153.765104ba18c033724c7d32a8e8adbde4a1b46179.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: 765104ba18c033724c7d32a8e8adbde4a1b46179 X-VCS-Branch: master Date: Thu, 29 Jan 2015 16:49:13 +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: 60c715a6-26c3-488a-bb3f-4c76ec8b9403 X-Archives-Hash: 80a9619af234addbe1dc764978a7075a commit: 765104ba18c033724c7d32a8e8adbde4a1b46179 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Thu Jan 29 16:49:13 2015 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Thu Jan 29 16:49:13 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=765104ba x11-base/xorg-drivers: add video_cards_tegra flag. --- 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 460ecf6..d4bf0b2 100644 --- a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild +++ b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild @@ -70,6 +70,7 @@ IUSE_VIDEO_CARDS=" video_cards_sunleo video_cards_suntcx video_cards_tdfx + video_cards_tegra video_cards_tga video_cards_trident video_cards_tseng @@ -142,6 +143,7 @@ PDEPEND=" video_cards_sunleo? ( x11-drivers/xf86-video-sunleo ) video_cards_suntcx? ( x11-drivers/xf86-video-suntcx ) video_cards_tdfx? ( x11-drivers/xf86-video-tdfx ) + video_cards_tegra? ( x11-drivers/xf86-video-opentegra ) video_cards_tga? ( x11-drivers/xf86-video-tga ) video_cards_trident? ( x11-drivers/xf86-video-trident ) video_cards_tseng? ( x11-drivers/xf86-video-tseng )