commit: 92d72234a045b26b3bcd82eab113e70f9f37c8e1 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Tue Nov 18 23:34:26 2025 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue Nov 18 23:34:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d72234
profiles: Mask tpm USE flag on m68k Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/arch/m68k/package.use.mask | 4 ++-- profiles/arch/m68k/use.mask | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/profiles/arch/m68k/package.use.mask b/profiles/arch/m68k/package.use.mask index 5fb33b7852f5..e26e07ef60c9 100644 --- a/profiles/arch/m68k/package.use.mask +++ b/profiles/arch/m68k/package.use.mask @@ -29,8 +29,8 @@ app-text/highlight gui net-misc/openvswitch unwind # Andreas K. Hüttel <[email protected]> (2022-05-29) -# No TMP here, no xkb here -sys-apps/systemd tpm xkb +# No xkb here +sys-apps/systemd xkb # Adel Kara Slimane <[email protected]> (2022-03-14) # Untested useflag on other arches, needs keywording diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index 04fc4c482d3d..bf1ad2e63666 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -37,6 +37,7 @@ vim-syntax # James Le Cuirot <[email protected]> (2022-01-01) # Hardware that probably doesn't apply to m68k. input_devices_elographics +tpm video_cards_amdgpu video_cards_mga video_cards_nouveau
