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 14898138CC4 for ; Sat, 28 Mar 2015 19:51:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17156E07FE; Sat, 28 Mar 2015 19:51:41 +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 B5D70E07FE for ; Sat, 28 Mar 2015 19:51:40 +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 A04E9340A3C for ; Sat, 28 Mar 2015 19:51:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F68714B90 for ; Sat, 28 Mar 2015 19:51:36 +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: <1427571184.11f0202d9ca79352223a56aa08a44df0533393a6.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: 11f0202d9ca79352223a56aa08a44df0533393a6 X-VCS-Branch: master Date: Sat, 28 Mar 2015 19:51:36 +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: d016d392-f938-428d-b2ba-c746039f1326 X-Archives-Hash: 3afcca4fce37a3c8bf031aa069e259f6 commit: 11f0202d9ca79352223a56aa08a44df0533393a6 Author: Nikoli gmx us> AuthorDate: Sat Mar 28 19:33:04 2015 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 28 19:33:04 2015 +0000 URL: https://gitweb.gentoo.org/proj/x11.git/commit/?id=11f0202d media-libs/mesa: Don't depend on libelf for r600. It's only needed for the LLVM backend (opencl or radeonsi). Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=542808 media-libs/mesa/mesa-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 1add486..ffec51d 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -98,10 +98,6 @@ RDEPEND=" >=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}] >=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}] ) ) - video_cards_r600? ( || ( - >=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}] - >=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}] - ) ) !video_cards_r600? ( video_cards_radeon? ( || ( >=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]