Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Fri, 16 Nov 2018 21:12:59
Message-Id: 1542402765.57b176c43bcebd73bd41786667d3f81894591ffe.mattst88@gentoo
1 commit: 57b176c43bcebd73bd41786667d3f81894591ffe
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 16 21:11:53 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 16 21:12:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b176c4
7
8 media-libs/mesa: Make python_check_deps() unconditional
9
10 mako is unconditionally required. Noticed by Arfrever.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 media-libs/mesa/mesa-18.3.0_rc3.ebuild | 4 +---
15 media-libs/mesa/mesa-9999.ebuild | 4 +---
16 2 files changed, 2 insertions(+), 6 deletions(-)
17
18 diff --git a/media-libs/mesa/mesa-18.3.0_rc3.ebuild b/media-libs/mesa/mesa-18.3.0_rc3.ebuild
19 index 2cbc171b7a7..c6579285709 100644
20 --- a/media-libs/mesa/mesa-18.3.0_rc3.ebuild
21 +++ b/media-libs/mesa/mesa-18.3.0_rc3.ebuild
22 @@ -301,9 +301,7 @@ pkg_pretend() {
23 }
24
25 python_check_deps() {
26 - if use test; then
27 - has_version ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
28 - fi
29 + has_version ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
30 }
31
32 pkg_setup() {
33
34 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
35 index ab18ab72df4..bbc496e7156 100644
36 --- a/media-libs/mesa/mesa-9999.ebuild
37 +++ b/media-libs/mesa/mesa-9999.ebuild
38 @@ -301,9 +301,7 @@ pkg_pretend() {
39 }
40
41 python_check_deps() {
42 - if use test; then
43 - has_version ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
44 - fi
45 + has_version ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
46 }
47
48 pkg_setup() {