Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/
Date: Fri, 07 Jul 2017 11:40:50
Message-Id: 1499426697.0beacb35c5e015f30cb09fef9c067afb987232fc.aballier@gentoo
1 commit: 0beacb35c5e015f30cb09fef9c067afb987232fc
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 11:24:57 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 11:24:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0beacb35
7
8 profiles/arch/arm64: mask gst:0.10 support on qtmultimedia
9
10 profiles/arch/arm64/package.use.mask | 4 ++++
11 1 file changed, 4 insertions(+)
12
13 diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
14 index 0aaa66128eb..8935409bd08 100644
15 --- a/profiles/arch/arm64/package.use.mask
16 +++ b/profiles/arch/arm64/package.use.mask
17 @@ -2,6 +2,10 @@
18 # Distributed under the terms of the GNU General Public License v2
19
20 # Alexis Ballier <aballier@g.o> (7 Jul 2017)
21 +# gst:0.10: Thanks but no thanks.
22 +dev-qt/qtmultimedia gstreamer010
23 +
24 +# Alexis Ballier <aballier@g.o> (7 Jul 2017)
25 # nautilus pulls in gnome-extra/sushi -> dev-libs/gjs -> dev-lang/spidermonkey:24
26 # Older spidermonkey does not work on arm64.
27 # This should be revised when gjs is updated.