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 A368C138ACF for ; Tue, 13 Jan 2015 22:45:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94082E0891; Tue, 13 Jan 2015 22:45:46 +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 0BF19E0888 for ; Tue, 13 Jan 2015 22:45:46 +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 D9EF7340702 for ; Tue, 13 Jan 2015 22:45:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82D0BF846 for ; Tue, 13 Jan 2015 22:45:43 +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: <1421188666.d1cc1d06f404f9fef6844a61843d5004ca4d9e47.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: d1cc1d06f404f9fef6844a61843d5004ca4d9e47 X-VCS-Branch: master Date: Tue, 13 Jan 2015 22:45:43 +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: 9b3be0e1-db23-4749-bd42-e12b94ac7476 X-Archives-Hash: 29bd2ad7961fe27f098c1e181a59df8c commit: d1cc1d06f404f9fef6844a61843d5004ca4d9e47 Author: Matt Turner gmail com> AuthorDate: Tue Jan 13 22:37:46 2015 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jan 13 22:37:46 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=d1cc1d06 media-libs/mesa: Drop usage of --with-opencl-libdir. Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=536458 --- media-libs/mesa/mesa-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 3d88dd8..2938ef6 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -289,7 +289,6 @@ multilib_src_configure() { if use opencl; then myconf+=" $(use_enable opencl) - --with-opencl-libdir="${EPREFIX}/usr/$(get_libdir)/OpenCL/vendors/mesa" --with-clang-libdir="${EPREFIX}/usr/lib" " fi