From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C21E138335 for ; Sat, 18 Aug 2018 04:53:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9B67E088A; Sat, 18 Aug 2018 04:53:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92190E088A for ; Sat, 18 Aug 2018 04:53:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 306B333BDE1 for ; Sat, 18 Aug 2018 04:53:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F2343AA for ; Sat, 18 Aug 2018 04:53:44 +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: <1534567997.5d9fa93aefdb8ecfaad7e4f0794c7f92074dc1a0.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo 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: 5d9fa93aefdb8ecfaad7e4f0794c7f92074dc1a0 X-VCS-Branch: master Date: Sat, 18 Aug 2018 04:53:44 +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: fec559e3-1093-4cdd-ad94-e259e727c2d3 X-Archives-Hash: ddc14b6dcee49f98d80c9c734b7096bd commit: 5d9fa93aefdb8ecfaad7e4f0794c7f92074dc1a0 Author: Matt Turner gentoo org> AuthorDate: Sat Aug 18 04:41:50 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Aug 18 04:53:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9fa93a media-libs/mesa: Raise dev-python/mako requirement to 0.8.0 Upstream commit 52194ae4df18 raised the required version. 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 459f3e38e68..346320a1fc6 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -220,7 +220,7 @@ DEPEND="${RDEPEND} valgrind? ( dev-util/valgrind ) x11-base/xorg-proto x11-libs/libXrandr - $(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]") + $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]") " S="${WORKDIR}/${MY_P}"