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 D9C0D1387FD for ; Thu, 27 Mar 2014 18:49:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41079E0A6B; Thu, 27 Mar 2014 18:49:34 +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 D8579E0A6B for ; Thu, 27 Mar 2014 18:49:33 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8C6333FD87 for ; Thu, 27 Mar 2014 18:49:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id DC8AF188EF for ; Thu, 27 Mar 2014 18:49:30 +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: <1395946188.d25cf62e7b0306afba5a9020f4c14c0c7bde2951.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: d25cf62e7b0306afba5a9020f4c14c0c7bde2951 X-VCS-Branch: master Date: Thu, 27 Mar 2014 18:49: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: 0c548293-6335-4754-a565-1c4bdf88bf56 X-Archives-Hash: 0309385d3ef8a3678dca79043818f2fa commit: d25cf62e7b0306afba5a9020f4c14c0c7bde2951 Author: Matt Turner gmail com> AuthorDate: Thu Mar 27 18:49:48 2014 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Mar 27 18:49:48 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=d25cf62e media-libs/mesa: Drop libxml2 dependency. Replaced upstream in 2de70fe23 with python's built-in ElementTree. --- media-libs/mesa/mesa-9999.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index a5f8fc0..d9f27a3 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -165,13 +165,8 @@ DEPEND="${RDEPEND} >=x11-proto/xextproto-7.0.99.1[${MULTILIB_USEDEP}] x11-proto/xf86driproto[${MULTILIB_USEDEP}] x11-proto/xf86vidmodeproto[${MULTILIB_USEDEP}] - $(python_gen_any_dep 'dev-libs/libxml2[python,${PYTHON_USEDEP}]') " -python_check_deps() { - has_version --host-root "dev-libs/libxml2[python,${PYTHON_USEDEP}]" -} - S="${WORKDIR}/${MY_P}" EGIT_CHECKOUT_DIR=${S}