From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A15BE138335 for ; Wed, 6 Jun 2018 23:49:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38281E0BFD; Wed, 6 Jun 2018 23:49:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10B9AE0BFD for ; Wed, 6 Jun 2018 23:49:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5421335C94 for ; Wed, 6 Jun 2018 23:49:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 147222B2 for ; Wed, 6 Jun 2018 23:49:09 +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: <1528328819.8461bb3ff8b865633a85b4020b595f6b61081d08.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-18.1.1-r1.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 8461bb3ff8b865633a85b4020b595f6b61081d08 X-VCS-Branch: master Date: Wed, 6 Jun 2018 23:49:09 +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: 8ef0bd3f-c0d2-497b-bc64-08de9ba5f7f7 X-Archives-Hash: 62157a74fe0bcca232c5af779cc1f174 commit: 8461bb3ff8b865633a85b4020b595f6b61081d08 Author: Matt Turner gentoo org> AuthorDate: Wed Jun 6 23:46:59 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jun 6 23:46:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8461bb3f media-libs/mesa: Correct a think-o media-libs/mesa/mesa-18.1.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-18.1.1-r1.ebuild b/media-libs/mesa/mesa-18.1.1-r1.ebuild index 3e66a28831a..46ce5dceeeb 100644 --- a/media-libs/mesa/mesa-18.1.1-r1.ebuild +++ b/media-libs/mesa/mesa-18.1.1-r1.ebuild @@ -399,14 +399,14 @@ multilib_src_configure() { } multilib_src_install() { + emake install DESTDIR="${D}" + # These files are now provided by >=dev-libs/wayland-1.15.0 rm "${ED}/usr/$(get_libdir)/libwayland-egl.so" || die rm "${ED}/usr/$(get_libdir)/libwayland-egl.so.1" || die rm "${ED}/usr/$(get_libdir)/libwayland-egl.so.1.0.0" || die rm "${ED}/usr/$(get_libdir)/pkgconfig/wayland-egl.pc" || die - emake install DESTDIR="${D}" - if use opencl; then ebegin "Moving Gallium/Clover OpenCL implementation for dynamic switching" local cl_dir="/usr/$(get_libdir)/OpenCL/vendors/mesa"