Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/, profiles/arch/amd64/, profiles/arch/arm64/, ...
Date: Mon, 29 Mar 2021 16:25:06
Message-Id: 1617035057.3f76555ecc44af5eff1c0a29ba945091a2149a07.floppym@gentoo
1 commit: 3f76555ecc44af5eff1c0a29ba945091a2149a07
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 29 16:24:17 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 29 16:24:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f76555e
7
8 profiles: update sys-apps/systemd[tpm] mask
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 profiles/arch/amd64/package.use.mask | 2 +-
13 profiles/arch/arm/package.use.mask | 2 +-
14 profiles/arch/arm64/package.use.mask | 2 +-
15 profiles/arch/base/package.use.mask | 2 +-
16 profiles/arch/powerpc/ppc64/package.use.mask | 4 ++++
17 profiles/arch/x86/package.use.mask | 2 +-
18 6 files changed, 9 insertions(+), 5 deletions(-)
19
20 diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
21 index 6b37602e6aa..a97c6325f2e 100644
22 --- a/profiles/arch/amd64/package.use.mask
23 +++ b/profiles/arch/amd64/package.use.mask
24 @@ -18,7 +18,7 @@
25 #--- END OF EXAMPLES ---
26
27 # Mike Gilbert <floppym@g.o> (2021-03-29)
28 -# TPM only exists on ARM and x86.
29 +# Unmask TPM on supported archs.
30 sys-apps/systemd -tpm
31
32 # Michael Orlitzky <mjo@g.o> (2021-03-27)
33
34 diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask
35 index c98e9b62acf..1cadb9ea90d 100644
36 --- a/profiles/arch/arm/package.use.mask
37 +++ b/profiles/arch/arm/package.use.mask
38 @@ -2,7 +2,7 @@
39 # Distributed under the terms of the GNU General Public License v2
40
41 # Mike Gilbert <floppym@g.o> (2021-03-29)
42 -# TPM only exists on ARM and x86.
43 +# Unmask TPM on supported archs.
44 sys-apps/systemd -tpm
45
46 # Sam James <sam@g.o> (2021-02-17)
47
48 diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
49 index f56b83cd9e7..c0c1f492a9e 100644
50 --- a/profiles/arch/arm64/package.use.mask
51 +++ b/profiles/arch/arm64/package.use.mask
52 @@ -2,7 +2,7 @@
53 # Distributed under the terms of the GNU General Public License v2
54
55 # Mike Gilbert <floppym@g.o> (2021-03-29)
56 -# TPM only exists on ARM and x86.
57 +# Unmask TPM on supported archs.
58 sys-apps/systemd -tpm
59
60 # Sam James <sam@g.o> (2021-03-20)
61
62 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
63 index 96a7844a751..5a70a7f0cc9 100644
64 --- a/profiles/arch/base/package.use.mask
65 +++ b/profiles/arch/base/package.use.mask
66 @@ -2,7 +2,7 @@
67 # Distributed under the terms of the GNU General Public License v2
68
69 # Mike Gilbert <floppym@g.o> (2021-03-29)
70 -# TPM only exists on ARM and x86.
71 +# TPM only exists on some archs.
72 sys-apps/systemd tpm
73
74 # Michael Orlitzky <mjo@g.o> (2021-03-27)
75
76 diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask
77 index 9d6ce880220..354b2d7cc54 100644
78 --- a/profiles/arch/powerpc/ppc64/package.use.mask
79 +++ b/profiles/arch/powerpc/ppc64/package.use.mask
80 @@ -1,6 +1,10 @@
81 # Copyright 1999-2021 Gentoo Authors
82 # Distributed under the terms of the GNU General Public License v2
83
84 +# Mike Gilbert <floppym@g.o> (2021-03-29)
85 +# Unmask TPM on supported archs.
86 +sys-apps/systemd -tpm
87 +
88 # Georgy Yakovlev <gyakovlev@g.o> (2021-02-25)
89 # depends on ring crate, which is not so portable
90 # https://github.com/briansmith/ring/issues/389
91
92 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
93 index 7c18b3a688a..5d16b256281 100644
94 --- a/profiles/arch/x86/package.use.mask
95 +++ b/profiles/arch/x86/package.use.mask
96 @@ -2,7 +2,7 @@
97 # Distributed under the terms of the GNU General Public License v2
98
99 # Mike Gilbert <floppym@g.o> (2021-03-29)
100 -# TPM only exists on ARM and x86.
101 +# Unmask TPM on supported archs.
102 sys-apps/systemd -tpm
103
104 # Viorel Munteanu <ceamac.paragon@×××××.com> (2020-03-11)