commit: 0c35df2329de25da591d93e607fd8f23bd520631 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Sun Sep 24 18:27:37 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Sep 28 09:42:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c35df23
profiles/arch/arm/package.use.mask: mask raspberry-pi USE in recent mpv Required for the upcoming mpv-0.27.0 verbump. profiles/arch/arm/package.use.mask | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 3b92d05be80..8fbf5852ce1 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Patrice Clement <[email protected]> (24 Sep 2017) +# Unmask Raspberry Pi support on arm. +# Recent mpv versions has broken Raspberry Pi, see Gentoo bug 630556. +<media-video/mpv-0.27.0 -raspberry-pi + # James Le Cuirot <[email protected]> (20 Sep 2017) # media-sound/mac's executable segfaults when compressing all but the # smallest wav files. @@ -111,11 +116,6 @@ sys-cluster/ceph test # Unkeyworded deps, bug #581180 app-admin/rsyslog grok -# Ian Delaney <[email protected]> (06 Apr 2016) -# on behalf of Ilya Tumaykin <[email protected]> -# Unmask Raspberry Pi support on arm. -media-video/mpv -raspberry-pi - # Thomas Deutschmann <[email protected]> (19 Mar 2016), on behalf of # Ian Delaney <[email protected]> (19 Mar 2016) # for the proxy-maintainers project
