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 4DD2D138CCE for ; Sat, 28 Mar 2015 19:51:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9BD8E0833; Sat, 28 Mar 2015 19:51:43 +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 31C07E0833 for ; Sat, 28 Mar 2015 19:51:43 +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 5FD87340B8E for ; Sat, 28 Mar 2015 19:51:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6453914B9B for ; Sat, 28 Mar 2015 19:51:37 +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: <1427571698.0a46fb739637ec6f43d8c21bcca506d69c92848e.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: 0a46fb739637ec6f43d8c21bcca506d69c92848e X-VCS-Branch: master Date: Sat, 28 Mar 2015 19:51:37 +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: eccf0598-c498-4b06-974c-67950a044764 X-Archives-Hash: 86cd6f7922fdf72abecaf47be2da058e commit: 0a46fb739637ec6f43d8c21bcca506d69c92848e Author: Matt Turner gmail com> AuthorDate: Sat Mar 28 19:41:38 2015 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 28 19:41:38 2015 +0000 URL: https://gitweb.gentoo.org/proj/x11.git/commit/?id=0a46fb73 media-libs/mesa: Don't depend on codegen tools if PV != 9999. media-libs/mesa/mesa-9999.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 1b23826..82d9bc9 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -135,7 +135,6 @@ for card in ${RADEON_CARDS}; do done DEPEND="${RDEPEND} - ${PYTHON_DEPS} llvm? ( video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] ) ) @@ -144,9 +143,6 @@ DEPEND="${RDEPEND} >=sys-devel/clang-3.4.2:=[${MULTILIB_USEDEP}] >=sys-devel/gcc-4.6 ) - sys-devel/bison - sys-devel/flex - $(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]") sys-devel/gettext virtual/pkgconfig >=x11-proto/dri2proto-2.8-r1:=[${MULTILIB_USEDEP}] @@ -159,6 +155,12 @@ DEPEND="${RDEPEND} >=x11-proto/xf86driproto-2.1.1-r1:=[${MULTILIB_USEDEP}] >=x11-proto/xf86vidmodeproto-2.3.1-r1:=[${MULTILIB_USEDEP}] " +[[ ${PV} == "9999" ]] && DEPEND+=" + sys-devel/bison + sys-devel/flex + ${PYTHON_DEPS} + $(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]") +" S="${WORKDIR}/${MY_P}" EGIT_CHECKOUT_DIR=${S}