From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qt9Wm-0001fz-AR for garchives@archives.gentoo.org; Tue, 16 Aug 2011 02:37:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B338221C395; Tue, 16 Aug 2011 02:37:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 84AD021C393 for ; Tue, 16 Aug 2011 02:37:03 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5B381B403B for ; Tue, 16 Aug 2011 02:37:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 30CC980043 for ; Tue, 16 Aug 2011 02:37:02 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/ X-VCS-Repository: proj/x11 X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: aaf00162ef15fd889c52ca3b3f63243444cda158 Date: Tue, 16 Aug 2011 02:37:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 81cc3bcc142a74c5d0b29e7d7a4206b9 commit: aaf00162ef15fd889c52ca3b3f63243444cda158 Author: Matt Turner gmail com> AuthorDate: Tue Aug 16 02:35:00 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Tue Aug 16 02:35:00 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3Daaf00162 media-libs/mesa: r300g only requires llvm on x86/amd64 --- media-libs/mesa/mesa-9999.ebuild | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index 010a192..c6c1ded 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -54,8 +54,8 @@ REQUIRED_USE=3D" openvg? ( gallium ) egl? ( shared-glapi ) gallium? ( - video_cards_r300? ( llvm ) - video_cards_radeon? ( llvm ) + video_cards_r300? ( x86? ( llvm ) amd64? ( llvm ) ) + video_cards_radeon? ( x86? ( llvm ) amd64? ( llvm ) ) ) g3dvl? ( || ( vdpau xvmc ) ) vdpau? ( g3dvl )