commit: 92e579d43e40cdd423d58d0468bfff7c190b2bf9 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat May 14 23:03:03 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat May 14 23:03:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e579d4
profiles: mask USE=rdma on mips, rdma-core not keyworded Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/arch/mips/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask index d62144ad90d7..2e6d18e809f5 100644 --- a/profiles/arch/mips/use.mask +++ b/profiles/arch/mips/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -mips +# Andreas K. Hüttel <[email protected]> (2022-05-15) +# rdma-core is not keyworded mips... +rdma + # Matt Turner <[email protected]> (2018-03-25) # Unmask systemd since it is keyworded here. -systemd
