commit: 67e17930f5dc6ce0f781fb7f8defbf26471fa03a Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sat Nov 3 11:21:41 2018 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sat Nov 3 11:33:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e17930
profiles: Mask media-libs/libsdl2[vulkan] on all but amd64 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/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 3011e934437..e81b99e2eb2 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# James Le Cuirot <[email protected]> (02 Nov 2018) +# Vulkan is only available on amd64 at present. +media-libs/libsdl2 -vulkan + # Thomas Deutschmann <[email protected]> (12 Oct 2018) # www-client/firefox is available on amd64 app-misc/tracker -firefox-bookmarks diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 68da82ad967..0d31a6716b6 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot <[email protected]> (02 Nov 2018) +# Vulkan is only available on amd64 at present. +media-libs/libsdl2 vulkan + # Michael Palimaka <[email protected]> (12 Oct 2018) # Only available on amd64/x86 net-analyzer/testssl bundled-openssl kerberos
