diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-03-29 12:24:17 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-03-29 12:24:17 -0400 |
commit | 3f76555ecc44af5eff1c0a29ba945091a2149a07 (patch) | |
tree | e1cbc18b615f1ead54b84e8e758b06e36a30c290 /profiles | |
parent | x11-wm/spectrwm: drop accidental adds (diff) | |
download | gentoo-3f76555ecc44af5eff1c0a29ba945091a2149a07.tar.gz gentoo-3f76555ecc44af5eff1c0a29ba945091a2149a07.tar.bz2 gentoo-3f76555ecc44af5eff1c0a29ba945091a2149a07.zip |
profiles: update sys-apps/systemd[tpm] mask
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 2 | ||||
-rw-r--r-- | profiles/arch/arm/package.use.mask | 2 | ||||
-rw-r--r-- | profiles/arch/arm64/package.use.mask | 2 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 2 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 2 |
6 files changed, 9 insertions, 5 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 6b37602e6aa9..a97c6325f2e3 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -18,7 +18,7 @@ #--- END OF EXAMPLES --- # Mike Gilbert <floppym@gentoo.org> (2021-03-29) -# TPM only exists on ARM and x86. +# Unmask TPM on supported archs. sys-apps/systemd -tpm # Michael Orlitzky <mjo@gentoo.org> (2021-03-27) diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index c98e9b62acf1..1cadb9ea90d6 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # Mike Gilbert <floppym@gentoo.org> (2021-03-29) -# TPM only exists on ARM and x86. +# Unmask TPM on supported archs. sys-apps/systemd -tpm # Sam James <sam@gentoo.org> (2021-02-17) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index f56b83cd9e7e..c0c1f492a9eb 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # Mike Gilbert <floppym@gentoo.org> (2021-03-29) -# TPM only exists on ARM and x86. +# Unmask TPM on supported archs. sys-apps/systemd -tpm # Sam James <sam@gentoo.org> (2021-03-20) diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 96a7844a751f..5a70a7f0cc97 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # Mike Gilbert <floppym@gentoo.org> (2021-03-29) -# TPM only exists on ARM and x86. +# TPM only exists on some archs. sys-apps/systemd tpm # Michael Orlitzky <mjo@gentoo.org> (2021-03-27) diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index 9d6ce8802203..354b2d7cc541 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Mike Gilbert <floppym@gentoo.org> (2021-03-29) +# Unmask TPM on supported archs. +sys-apps/systemd -tpm + # Georgy Yakovlev <gyakovlev@gentoo.org> (2021-02-25) # depends on ring crate, which is not so portable # https://github.com/briansmith/ring/issues/389 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 7c18b3a688ab..5d16b2562818 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # Mike Gilbert <floppym@gentoo.org> (2021-03-29) -# TPM only exists on ARM and x86. +# Unmask TPM on supported archs. sys-apps/systemd -tpm # Viorel Munteanu <ceamac.paragon@gmail.com> (2020-03-11) |