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 31788138A87 for ; Sun, 22 Feb 2015 18:34:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31E7BE0923; Sun, 22 Feb 2015 18:34:45 +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 9A8AAE0923 for ; Sun, 22 Feb 2015 18:34:44 +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 9AD2A340B7B for ; Sun, 22 Feb 2015 18:34:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4573D12535 for ; Sun, 22 Feb 2015 18:34:42 +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: <1424630047.847d2e8178a035718b0391af3c40500bfccb0767.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: 847d2e8178a035718b0391af3c40500bfccb0767 X-VCS-Branch: master Date: Sun, 22 Feb 2015 18:34:42 +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: d2a2b720-2ebc-440a-bf99-0a18900c2634 X-Archives-Hash: 10aadf30c614777d233530bcec574470 commit: 847d2e8178a035718b0391af3c40500bfccb0767 Author: Matt Turner gmail com> AuthorDate: Sun Feb 22 18:34:07 2015 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Feb 22 18:34:07 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=847d2e81 media-libs/mesa: Add missing PYTHON_USEDEP to mako dependency. Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=540968 --- media-libs/mesa/mesa-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 1e59d81..5b960db 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -156,7 +156,7 @@ DEPEND="${RDEPEND} ) sys-devel/bison sys-devel/flex - >=dev-python/mako-0.7.3[${PYTHON_USEDEP}] + $(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}]