commit: ac106f642cd1dadb330a4dcf21968c660d0f9893 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Mon Jan 16 12:14:22 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Jan 19 10:31:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac106f64
profiles: mask media-video/mpv[cuda] everywhere except for amd64 and x86 Due to x11-drivers/nvidia-drivers dependency. profiles/arch/amd64/package.use.mask | 6 +++++- profiles/arch/x86/package.use.mask | 6 +++++- profiles/base/package.use.mask | 6 +++++- profiles/hardened/linux/package.use.mask | 6 +++++- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 42514df..347f96c 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,6 +18,10 @@ #--- END OF EXAMPLES --- +# Ilya Tumaykin <[email protected]> (19 Jan 2017) +# x11-drivers/nvidia-drivers is available on amd64. +media-video/mpv -cuda + # Magnus Granberg <[email protected]> (18 Jan 2017) # masked in base, unmask for amd64 >=sys-devel/gcc-6.3.0 -pie diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 1c18385..fdbf880 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,9 +1,13 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ # This file requires >=portage-2.1.1 +# Ilya Tumaykin <[email protected]> (19 Jan 2017) +# x11-drivers/nvidia-drivers is available on x86. +media-video/mpv -cuda + # Andreas Sturmlechner <[email protected]> (31 Dec 2016) # on behalf of Andreas K. Hüttel <[email protected]> (14 Dec 2016) # Fails to build with newly unmasked ffmpeg-3, so mask this useflag diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index c496ba4..257163f 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -1,10 +1,14 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ # This file requires >=portage-2.1.1 # New entries go on top. +# Ilya Tumaykin <[email protected]> (19 Jan 2017) +# Requires x11-drivers/nvidia-drivers available on selected few arches. +media-video/mpv cuda + # Lars Wendler <[email protected]> (19 Jan 2017) # Masked until system heimdal can finally be used with AD DC net-fs/samba system-heimdal diff --git a/profiles/hardened/linux/package.use.mask b/profiles/hardened/linux/package.use.mask index 151c3cc..a102633 100644 --- a/profiles/hardened/linux/package.use.mask +++ b/profiles/hardened/linux/package.use.mask @@ -1,7 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Ilya Tumaykin <[email protected]> (19 Jan 2017) +# Requires x11-drivers/nvidia-drivers. Needs testing first. +media-video/mpv cuda + # Tim Harder <[email protected]> (11 Oct 2014) # Skype doesn't work on hardened net-im/bitlbee skype
