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 2BFA9198005 for ; Tue, 19 Mar 2013 09:44:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EBEAE06BE; Tue, 19 Mar 2013 09:44:09 +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 2FE16E06BE for ; Tue, 19 Mar 2013 09:44:09 +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 1366A33D3D4 for ; Tue, 19 Mar 2013 09:44:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A3296E4073 for ; Tue, 19 Mar 2013 09:44:06 +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: <1363686247.6bcb8d561b71c7c6355ac33bc3b640a8ab736089.chithead@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild X-VCS-Directories: x11-drivers/xf86-video-ati/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 6bcb8d561b71c7c6355ac33bc3b640a8ab736089 X-VCS-Branch: master Date: Tue, 19 Mar 2013 09:44: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: b5e8fa76-1230-416c-910a-91e0a5302fe1 X-Archives-Hash: 31d21712578bd32dc53e69f2e2c33a88 commit: 6bcb8d561b71c7c6355ac33bc3b640a8ab736089 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Tue Mar 19 09:44:07 2013 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Tue Mar 19 09:44:07 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=6bcb8d56 x11-drivers/xf86-video-ati: warn if radeon kms is disabled or radeonfb is enabled --- .../xf86-video-ati/xf86-video-ati-9999.ebuild | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild index 99b6d17..391195b 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 XORG_DRI=always -inherit xorg-2 +inherit linux-info xorg-2 DESCRIPTION="ATI video driver" @@ -17,6 +17,8 @@ RDEPEND=">=x11-libs/libdrm-2.4.36[video_cards_radeon] udev? ( virtual/udev )" DEPEND="${RDEPEND}" +CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON" + src_configure() { XORG_CONFIGURE_OPTIONS=( $(use_enable glamor)