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 1RoMwl-0000H0-QM for garchives@archives.gentoo.org; Fri, 20 Jan 2012 22:28:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9AE4E0A9C; Fri, 20 Jan 2012 22:28:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9E7A2E0A9C for ; Fri, 20 Jan 2012 22:28:28 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BDDD1B400A for ; Fri, 20 Jan 2012 22:28:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8069C80042 for ; Fri, 20 Jan 2012 22:28:27 +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: <093972d18d8d25646215a292320cf77ec187a9c7.mattst88@gentoo> 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: 093972d18d8d25646215a292320cf77ec187a9c7 Date: Fri, 20 Jan 2012 22:28:27 +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: d9e70fea-635a-4dc0-b308-f95dcb7cdc42 X-Archives-Hash: 7025d924df7f350a900e2f294ce0e2ee commit: 093972d18d8d25646215a292320cf77ec187a9c7 Author: Matt Turner gmail com> AuthorDate: Fri Jan 20 22:27:36 2012 +0000 Commit: Matt Turner gmail com> CommitDate: Fri Jan 20 22:27:36 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D093972d1 media-libs/mesa: remove shared-glapi/dricore USE flags Shared dricore and glapi are always built now. --- media-libs/mesa/mesa-9999.ebuild | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index eeb347b..097dc98 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -47,14 +47,13 @@ for card in ${VIDEO_CARDS}; do done =20 IUSE=3D"${IUSE_VIDEO_CARDS} - bindist +classic d3d debug +egl g3dvl +gallium gbm gles1 gles2 +llvm +n= ptl openvg osmesa pax_kernel pic selinux shared-dricore +shared-glapi vdp= au wayland xvmc kernel_FreeBSD" + bindist +classic d3d debug +egl g3dvl +gallium gbm gles1 gles2 +llvm +n= ptl openvg osmesa pax_kernel pic selinux vdpau wayland xvmc kernel_FreeBS= D" =20 REQUIRED_USE=3D" d3d? ( gallium ) g3dvl? ( gallium ) llvm? ( gallium ) openvg? ( egl gallium ) - egl? ( shared-glapi ) gallium? ( video_cards_r300? ( x86? ( llvm ) amd64? ( llvm ) ) video_cards_radeon? ( x86? ( llvm ) amd64? ( llvm ) ) @@ -246,8 +245,6 @@ src_configure() { $(use_enable nptl glx-tls) \ $(use_enable osmesa) \ $(use_enable !pic asm) \ - $(use_enable shared-dricore) \ - $(use_enable shared-glapi) \ --with-dri-drivers=3D${DRI_DRIVERS} \ --with-gallium-drivers=3D${GALLIUM_DRIVERS} \ ${myconf}