From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QnYXk-0007q6-1E for garchives@archives.gentoo.org; Sun, 31 Jul 2011 16:07:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 694D621C2D7; Sun, 31 Jul 2011 16:06:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 322BC21C2D7 for ; Sun, 31 Jul 2011 16:06:53 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FE342AC001 for ; Sun, 31 Jul 2011 16:06:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 806453C004 for ; Sun, 31 Jul 2011 16:06:52 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: 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: e47a0709444522cad3a83b9279ca860b85f19033 Date: Sun, 31 Jul 2011 16:06:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 591f8e9a2272d3258772024cca14380e commit: e47a0709444522cad3a83b9279ca860b85f19033 Author: Matt Turner gmail com> AuthorDate: Sun Jul 31 16:06:05 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Sun Jul 31 16:06:05 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3De47a0709 media-libs/mesa: move libxml2 from RDEPEND to DEPEND Bug 376015. (Maybe it should only be in DEPEND based on conditional doc generation?) Signed-off-by: Matt Turner gmail.com> --- media-libs/mesa/mesa-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index f2624db..7e447a1 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -63,7 +63,6 @@ RDEPEND=3D"${EXTERNAL_DEPEND} gallium? ( app-admin/eselect-mesa ) >=3Dapp-admin/eselect-opengl-1.2.2 dev-libs/expat - dev-libs/libxml2[python] x11-libs/libICE >=3Dx11-libs/libX11-1.3.99.901 x11-libs/libXdamage @@ -95,6 +94,7 @@ done =20 DEPEND=3D"${RDEPEND} =3Ddev-lang/python-2* + dev-libs/libxml2[python] dev-util/pkgconfig sys-devel/bison sys-devel/flex