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/s390/s390x/, profiles/arch/s390/
Date: Wed, 27 Apr 2022 19:54:19
Message-Id: 1651089055.9f98446270a6a0fcf4a873655340ac6abcf7c07a.mgorny@gentoo
1 commit: 9f98446270a6a0fcf4a873655340ac6abcf7c07a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 19:35:32 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 19:50:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f984462
7
8 profiles/arch/s390: Add Python packages to Rust masks
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/arch/s390/package.mask | 4 ++++
13 profiles/arch/s390/s390x/package.mask | 4 ++++
14 2 files changed, 8 insertions(+)
15
16 diff --git a/profiles/arch/s390/package.mask b/profiles/arch/s390/package.mask
17 index edc7a2fb4ef6..c92ad8c0f647 100644
18 --- a/profiles/arch/s390/package.mask
19 +++ b/profiles/arch/s390/package.mask
20 @@ -7,6 +7,10 @@
21 app-eselect/eselect-rust
22 dev-lang/rust
23 dev-lang/rust-bin
24 +>=dev-python/cryptography-36
25 +>=dev-python/pyopenssl-22
26 +dev-python/setuptools-rust
27 +dev-python/watchfiles
28 virtual/rust
29
30 # Arthur Zamarin <arthurzam@g.o> (2022-03-20)
31
32 diff --git a/profiles/arch/s390/s390x/package.mask b/profiles/arch/s390/s390x/package.mask
33 index 651c8568c369..9313987677b5 100644
34 --- a/profiles/arch/s390/s390x/package.mask
35 +++ b/profiles/arch/s390/s390x/package.mask
36 @@ -7,6 +7,10 @@
37 -app-eselect/eselect-rust
38 -dev-lang/rust
39 -dev-lang/rust-bin
40 +->=dev-python/cryptography-36
41 +->=dev-python/pyopenssl-22
42 +-dev-python/setuptools-rust
43 +-dev-python/watchfiles
44 -virtual/rust
45
46 # Arthur Zamarin <arthurzam@g.o> (2022-03-20)