commit: 2dbf0f3ac6d3e5bf43145ec786581f43b86a1191 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org> AuthorDate: Mon Mar 16 12:56:09 2020 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Mon Mar 16 13:32:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dbf0f3a
profiles: sci-physics/root[cudnn] is only supported on amd64 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ profiles/base/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 518777b88bb..9f7bbe33ffd 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Guilherme Amadio <[email protected]> (2020-03-16) +# media-libs/cudnn is keyworded on amd64 +sci-physics/root -cudnn + # Thomas Deutschmann <[email protected]> (2020-03-11) # Encrypted Media Extensions (eme-free) can be disabled on amd64 www-client/firefox -eme-free diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index b83a7fe6814..5d36b9c7f64 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Guilherme Amadio <[email protected]> (2020-03-16) +# Requires dev-libs/cudnn which is only available on amd64 +sci-physics/root cudnn + # Thomas Deutschmann <[email protected]> (2020-03-11) # Encrypted Media Extensions (eme-free) can't be disabled everywhere www-client/firefox eme-free
