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 157DE138334 for ; Fri, 16 Nov 2018 21:12:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCD13E09BB; Fri, 16 Nov 2018 21:12:57 +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 9F292E09BB for ; Fri, 16 Nov 2018 21:12:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 54AE9335C29 for ; Fri, 16 Nov 2018 21:12:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 974EC431 for ; Fri, 16 Nov 2018 21:12:53 +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: <1542402765.57b176c43bcebd73bd41786667d3f81894591ffe.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-18.3.0_rc3.ebuild 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: 57b176c43bcebd73bd41786667d3f81894591ffe X-VCS-Branch: master Date: Fri, 16 Nov 2018 21:12:53 +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: 5ac19c08-46a0-47e5-82bf-5e7811247d59 X-Archives-Hash: 6e9f654ec3f2c43fd3b1b561e40e68aa commit: 57b176c43bcebd73bd41786667d3f81894591ffe Author: Matt Turner gentoo org> AuthorDate: Fri Nov 16 21:11:53 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Nov 16 21:12:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b176c4 media-libs/mesa: Make python_check_deps() unconditional mako is unconditionally required. Noticed by Arfrever. Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-18.3.0_rc3.ebuild | 4 +--- media-libs/mesa/mesa-9999.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/media-libs/mesa/mesa-18.3.0_rc3.ebuild b/media-libs/mesa/mesa-18.3.0_rc3.ebuild index 2cbc171b7a7..c6579285709 100644 --- a/media-libs/mesa/mesa-18.3.0_rc3.ebuild +++ b/media-libs/mesa/mesa-18.3.0_rc3.ebuild @@ -301,9 +301,7 @@ pkg_pretend() { } python_check_deps() { - if use test; then - has_version ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]" - fi + has_version ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]" } pkg_setup() { diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index ab18ab72df4..bbc496e7156 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -301,9 +301,7 @@ pkg_pretend() { } python_check_deps() { - if use test; then - has_version ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]" - fi + has_version ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]" } pkg_setup() {