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 D504F139085 for ; Wed, 25 Jan 2017 23:14:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 480E21426A; Wed, 25 Jan 2017 23:14:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 276F01426A for ; Wed, 25 Jan 2017 23:14:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7367134161D for ; Wed, 25 Jan 2017 23:14:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 419242F84 for ; Wed, 25 Jan 2017 23:14:29 +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: <1485386057.5b9ac484a590ad52e5310a0fb258a2b3ee3113be.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-13.0.3.ebuild media-libs/mesa/mesa-17.0.0_rc2.ebuild 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: 5b9ac484a590ad52e5310a0fb258a2b3ee3113be X-VCS-Branch: master Date: Wed, 25 Jan 2017 23:14:29 +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: 1492d961-04a1-479e-b48d-0faffc84964c X-Archives-Hash: f84ed406960c3f2771f198e157c3936a commit: 5b9ac484a590ad52e5310a0fb258a2b3ee3113be Author: Matt Turner gentoo org> AuthorDate: Wed Jan 25 22:53:46 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jan 25 23:14:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9ac484 media-libs/mesa: Drop bogus dependency on virtual/libelf. This dates from a time when r600's GLSL backend could use LLVM, which requires libelf. media-libs/mesa/mesa-13.0.3.ebuild | 3 --- media-libs/mesa/mesa-17.0.0_rc2.ebuild | 3 --- media-libs/mesa/mesa-9999.ebuild | 3 --- 3 files changed, 9 deletions(-) diff --git a/media-libs/mesa/mesa-13.0.3.ebuild b/media-libs/mesa/mesa-13.0.3.ebuild index f539cdc..8b4dec3 100644 --- a/media-libs/mesa/mesa-13.0.3.ebuild +++ b/media-libs/mesa/mesa-13.0.3.ebuild @@ -97,9 +97,6 @@ RDEPEND=" x11-libs/libXfixes:=[${MULTILIB_USEDEP}] llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) - !video_cards_r600? ( - video_cards_radeon? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) - ) >=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}] ) nettle? ( dev-libs/nettle:=[${MULTILIB_USEDEP}] ) diff --git a/media-libs/mesa/mesa-17.0.0_rc2.ebuild b/media-libs/mesa/mesa-17.0.0_rc2.ebuild index 1df4dd0..6aec335 100644 --- a/media-libs/mesa/mesa-17.0.0_rc2.ebuild +++ b/media-libs/mesa/mesa-17.0.0_rc2.ebuild @@ -97,9 +97,6 @@ RDEPEND=" x11-libs/libXfixes:=[${MULTILIB_USEDEP}] llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) - !video_cards_r600? ( - video_cards_radeon? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) - ) >=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}] ) opencl? ( diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index b8ea0e0..3096064 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -97,9 +97,6 @@ RDEPEND=" x11-libs/libXfixes:=[${MULTILIB_USEDEP}] llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) - !video_cards_r600? ( - video_cards_radeon? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) - ) >=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}] ) opencl? (