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 E47001385B3 for ; Sat, 22 Aug 2015 19:01:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E5EEE08A6; Sat, 22 Aug 2015 19:01:10 +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 0CBD8E08A6 for ; Sat, 22 Aug 2015 19:01:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C07C3408A0 for ; Sat, 22 Aug 2015 19:01:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7AC9160 for ; Sat, 22 Aug 2015 19:01:06 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1440270182.db627d8ffce21e046e92b701329cc9f2e7603c03.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libdrm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libdrm/libdrm-2.4.64.ebuild X-VCS-Directories: x11-libs/libdrm/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: db627d8ffce21e046e92b701329cc9f2e7603c03 X-VCS-Branch: master Date: Sat, 22 Aug 2015 19:01:06 +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: 7bea5f05-8317-4498-9496-0bf40d96b757 X-Archives-Hash: f5433815adb69393cb779aa22c0fac23 commit: db627d8ffce21e046e92b701329cc9f2e7603c03 Author: Matt Turner gentoo org> AuthorDate: Sat Aug 22 19:03:02 2015 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Aug 22 19:03:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db627d8f x11-libs/libdrm: Enable amdgpu with VIDEO_CARDS=radeon. Package-Manager: portage-2.2.20.1 x11-libs/libdrm/libdrm-2.4.64.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-libs/libdrm/libdrm-2.4.64.ebuild b/x11-libs/libdrm/libdrm-2.4.64.ebuild index 3e5cc06..85915f9 100644 --- a/x11-libs/libdrm/libdrm-2.4.64.ebuild +++ b/x11-libs/libdrm/libdrm-2.4.64.ebuild @@ -49,6 +49,7 @@ src_configure() { $(use_enable video_cards_nouveau nouveau) $(use_enable video_cards_omap omap-experimental-api) $(use_enable video_cards_radeon radeon) + $(use_enable video_cards_radeon amdgpu) $(use_enable video_cards_tegra tegra-experimental-api) $(use_enable video_cards_vmware vmwgfx) $(use_enable libkms)