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 63A1F138010 for ; Wed, 12 Sep 2012 18:34:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2438D21C072; Wed, 12 Sep 2012 18:34:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E193621C072 for ; Wed, 12 Sep 2012 18:34:36 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 310A933CE82 for ; Wed, 12 Sep 2012 18:34:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7D86FE543C for ; Wed, 12 Sep 2012 18:34:34 +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: <1347474786.1e4f4e209c232a60c27cbdb9d9b67ba98a434470.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: 1e4f4e209c232a60c27cbdb9d9b67ba98a434470 X-VCS-Branch: master Date: Wed, 12 Sep 2012 18:34:34 +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: 55c17f3a-42cb-4a78-87f0-0d86eeb403c5 X-Archives-Hash: 36c8e5f4db957fe01cb8acfc6590ef6f commit: 1e4f4e209c232a60c27cbdb9d9b67ba98a434470 Author: Matt Turner gmail com> AuthorDate: Wed Sep 12 18:33:06 2012 +0000 Commit: Matt Turner gmail com> CommitDate: Wed Sep 12 18:33:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=1e4f4e20 media-libs/mesa: Don't RDEPEND on glproto/dri2proto Bug 342393. --- media-libs/mesa/mesa-9999.ebuild | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index a094a48..ddaffc7 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -75,16 +75,10 @@ REQUIRED_USE=" " LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.39" -# not a runtime dependency of this package, but dependency of packages which -# depend on this package, bug #342393 -EXTERNAL_DEPEND=" - >=x11-proto/dri2proto-2.6 - >=x11-proto/glproto-1.4.15-r1 -" # keep correct libdrm and dri2proto dep # keep blocks in rdepend for binpkg # gtest file collision bug #411825 -RDEPEND="${EXTERNAL_DEPEND} +RDEPEND=" !