commit: 04a494e4ec19b0aa205f9845a753be5d4dcce026 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Wed Apr 6 10:07:17 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Wed Apr 6 14:20:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a494e4
profiles: adjust uchardet USE mask for mpv Mask uchardet USE on the selected few arches only, instead of masking it globally and unmasking on amd64 and x86 exclusively. profiles/arch/alpha/package.use.mask | 5 +++++ profiles/arch/amd64/package.use.mask | 5 ----- profiles/arch/powerpc/ppc32/package.use.mask | 5 +++++ profiles/arch/sparc/package.use.mask | 5 +++++ profiles/arch/x86/package.use.mask | 5 ----- profiles/base/package.use.mask | 5 ----- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index d7f2cec..5d6d74a 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -2,6 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Ian Delaney <[email protected]> (06 Apr 2016) +# on behalf of Ilya Tumaykin <[email protected]> +# dev-libs/uchardet lacks alpha keyword. See bug #569114. +media-video/mpv uchardet + # Justin Lecher <[email protected]> (22 Feb 2016) # Missing test deps keyword #575366 dev-cpp/eigen test diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 3cf8a16..178c46c 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -18,11 +18,6 @@ #--- END OF EXAMPLES --- -# Ian Delaney <[email protected]> (28 Dec 2015) -# proxy maintainer excludes dep uchardet from the build -# of mpv temporarily but does not require masking in amd64 -media-video/mpv -uchardet - # Nathan Phillip Brink <[email protected]> (26 Sep 2015) # git useflag requires dev-libs/libgit2 which few arches support dev-util/geany-plugins -git diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index e31c22b..b55cd1a 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -4,6 +4,11 @@ # This file requires >=portage-2.1.1 +# Ian Delaney <[email protected]> (06 Apr 2016) +# on behalf of Ilya Tumaykin <[email protected]> +# dev-libs/uchardet lacks ppc32 keyword. See bug #569114. +media-video/mpv uchardet + # Michael Palimaka <[email protected]> (27 Mar 2016) # Requires unkeyworded dev-qt/qtwebkit dev-qt/designer webkit diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index d0bf6de..cc7d826 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -2,6 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Ian Delaney <[email protected]> (06 Apr 2016) +# on behalf of Ilya Tumaykin <[email protected]> +# dev-libs/uchardet lacks sparc keyword. See bug #569114. +media-video/mpv uchardet + # Justin Lecher <[email protected]> (22 Feb 2016) # Missing test deps keyword #575366 dev-cpp/eigen test diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 922cd9e..708b251 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -16,11 +16,6 @@ app-admin/lastpass chrome # chrome-binary-plugins dropped x86 support www-client/chromium widevine -# Ian Delaney <[email protected]> (28 Dec 2015) -# proxy maintainer excludes dep uchardet from the build -# of mpv temporarily but does not require masking in x86 -media-video/mpv -uchardet - # Ian Delaney <[email protected]> (02 Dec 2015) # mask revdeps of xen that emply a hypervisor in arch x86 app-emulation/libvirt xen diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index b833d46..725acaa 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -46,11 +46,6 @@ kde-plasma/plasma-sdk plasmate # to notify users. This entry may be removed after 30 days app-text/atril ps -# Ian Delaney <[email protected]> (28 Dec 2015) -# proxy maintainer excludes dep uchardet from the build -# of mpv temporarily -media-video/mpv uchardet - # Manuel RĂ¼ger <[email protected]> (24 Dec 2015) # media-tv/xawtv is masked for removal net-im/ayttm webcam
