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 088B7139694 for ; Thu, 18 May 2017 07:56:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 440F6E0BF1; Thu, 18 May 2017 07:56:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DCB3E0BF1 for ; Thu, 18 May 2017 07:56:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1E65F33FE74 for ; Thu, 18 May 2017 07:56:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8494D743E for ; Thu, 18 May 2017 07:56:30 +0000 (UTC) From: "Chí-Thanh Christopher Nguyễn" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chí-Thanh Christopher Nguyễn" Message-ID: <1495094175.2454b9fa0484fc77dafd5088d60d37b16f52e43f.chithanh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-17.1.0.ebuild media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: chithanh X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn X-VCS-Revision: 2454b9fa0484fc77dafd5088d60d37b16f52e43f X-VCS-Branch: master Date: Thu, 18 May 2017 07:56:30 +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: 3969a06e-ab73-4bff-8d71-fdb551ffc571 X-Archives-Hash: da46f9e5d22a05bf32d84b10c1db59f9 commit: 2454b9fa0484fc77dafd5088d60d37b16f52e43f Author: Chí-Thanh Christopher Nguyễn gentoo org> AuthorDate: Thu May 18 07:56:15 2017 +0000 Commit: Chí-Thanh Christopher Nguyễn gentoo org> CommitDate: Thu May 18 07:56:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2454b9fa media-libs/mesa: add mulilib use dependencies for libunwind Bug: https://bugs.gentoo.org/show_bug.cgi?id=618754 Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/mesa/mesa-17.1.0.ebuild | 2 +- media-libs/mesa/mesa-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-17.1.0.ebuild b/media-libs/mesa/mesa-17.1.0.ebuild index 2a6e279fd59..ef15690a372 100644 --- a/media-libs/mesa/mesa-17.1.0.ebuild +++ b/media-libs/mesa/mesa-17.1.0.ebuild @@ -93,7 +93,7 @@ RDEPEND=" >=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}] >=x11-libs/libxcb-1.9.3:=[${MULTILIB_USEDEP}] x11-libs/libXfixes:=[${MULTILIB_USEDEP}] - unwind? ( sys-libs/libunwind ) + unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 2a6e279fd59..ef15690a372 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -93,7 +93,7 @@ RDEPEND=" >=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}] >=x11-libs/libxcb-1.9.3:=[${MULTILIB_USEDEP}] x11-libs/libXfixes:=[${MULTILIB_USEDEP}] - unwind? ( sys-libs/libunwind ) + unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}]