Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/
Date: Mon, 15 Aug 2022 23:40:50
Message-Id: 1660606838.9651acc4bedb3ae7de2256baaa0bc9e3757615e7.sam@gentoo
1 commit: 9651acc4bedb3ae7de2256baaa0bc9e3757615e7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 15 23:40:38 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 15 23:40:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9651acc4
7
8 www-client/chromium: fix PythonHasVersionUsage
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 www-client/chromium/chromium-104.0.5112.79.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-client/chromium/chromium-104.0.5112.79.ebuild b/www-client/chromium/chromium-104.0.5112.79.ebuild
16 index 853129f57bd1..21b76aac3497 100644
17 --- a/www-client/chromium/chromium-104.0.5112.79.ebuild
18 +++ b/www-client/chromium/chromium-104.0.5112.79.ebuild
19 @@ -217,7 +217,7 @@ in /etc/chromium/default.
20 "
21
22 python_check_deps() {
23 - has_version -b "dev-python/setuptools[${PYTHON_USEDEP}]"
24 + python_has_version "dev-python/setuptools[${PYTHON_USEDEP}]"
25 }
26
27 needs_clang() {