Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/
Date: Thu, 30 Dec 2021 18:06:18
Message-Id: 1640887550.829e6dde356c55bf370e80daa16ef293226bab99.mgorny@gentoo
1 commit: 829e6dde356c55bf370e80daa16ef293226bab99
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 30 18:05:50 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 30 18:05:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829e6dde
7
8 profiles/arch/alpha: Unmask python3_10 on python-exec
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/arch/alpha/package.use.mask | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask
16 index 4424f1abce12..2c177b812909 100644
17 --- a/profiles/arch/alpha/package.use.mask
18 +++ b/profiles/arch/alpha/package.use.mask
19 @@ -1,6 +1,11 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 +# Michał Górny <mgorny@g.o> (2021-12-30)
24 +# Don't apply stable masks to python-exec since we're forcing every
25 +# impl there anyway. Please keep this in sync with use.mask.
26 +dev-lang/python-exec -python_targets_python3_10
27 +
28 # Vadim Misbakh-Soloviov <mva@g.o> (2021-12-09)
29 # ts-cli requires rust to be built, and rust is unavailable here ATM.
30 dev-libs/tree-sitter ts-cli