diff options
author | James Le Cuirot <chewi@gentoo.org> | 2018-11-03 11:21:41 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-11-03 11:33:14 +0000 |
commit | 67e17930f5dc6ce0f781fb7f8defbf26471fa03a (patch) | |
tree | 8d58fea4cd908a43b3ad1b82b5afc1106af47bf4 /profiles/arch | |
parent | sci-electronics/pulseview: Version bump (diff) | |
download | gentoo-67e17930f5dc6ce0f781fb7f8defbf26471fa03a.tar.gz gentoo-67e17930f5dc6ce0f781fb7f8defbf26471fa03a.tar.bz2 gentoo-67e17930f5dc6ce0f781fb7f8defbf26471fa03a.zip |
profiles: Mask media-libs/libsdl2[vulkan] on all but amd64
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 3011e9344375..e81b99e2eb26 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 <chewi@gentoo.org> (02 Nov 2018) +# Vulkan is only available on amd64 at present. +media-libs/libsdl2 -vulkan + # Thomas Deutschmann <whissi@gentoo.org> (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 68da82ad967c..0d31a6716b68 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 <chewi@gentoo.org> (02 Nov 2018) +# Vulkan is only available on amd64 at present. +media-libs/libsdl2 vulkan + # Michael Palimaka <kensington@gentoo.org> (12 Oct 2018) # Only available on amd64/x86 net-analyzer/testssl bundled-openssl kerberos |