Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/amd64/, profiles/arch/x86/
Date: Sat, 31 Dec 2016 13:52:34
Message-Id: 1483192330.dc3090d148721cb68bf47bf89a7e5c8f0c33125e.asturm@gentoo
1 commit: dc3090d148721cb68bf47bf89a7e5c8f0c33125e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 13:44:58 2016 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 13:52:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3090d1
7
8 profiles: Move media-libs/mlt[vdpau] package.use.mask from base to arch
9
10 amd64 and x86 have -vdpau in use.mask so this needs to be taken there.
11
12 profiles/arch/amd64/package.use.mask | 6 ++++++
13 profiles/arch/x86/package.use.mask | 6 ++++++
14 profiles/base/package.use.mask | 5 -----
15 3 files changed, 12 insertions(+), 5 deletions(-)
16
17 diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
18 index fc76a6a..aee8f1d 100644
19 --- a/profiles/arch/amd64/package.use.mask
20 +++ b/profiles/arch/amd64/package.use.mask
21 @@ -18,6 +18,12 @@
22
23 #--- END OF EXAMPLES ---
24
25 +# Andreas Sturmlechner <asturm@g.o> (31 Dec 2016)
26 +# on behalf of Andreas K. Hüttel <dilfridge@g.o> (14 Dec 2016)
27 +# Fails to build with newly unmasked ffmpeg-3, so mask this useflag
28 +# Workaround; leaving a real fix to the maintainers... bug 580630
29 +media-libs/mlt vdpau
30 +
31 # Ettore Di Giacinto <mudler@g.o> (18 Oct 2016)
32 # Enable gambit and scm only on supported architectures
33 >=dev-scheme/slib-3.2.5 -gambit -scm
34
35 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
36 index 1e2be8e..1c18385 100644
37 --- a/profiles/arch/x86/package.use.mask
38 +++ b/profiles/arch/x86/package.use.mask
39 @@ -4,6 +4,12 @@
40
41 # This file requires >=portage-2.1.1
42
43 +# Andreas Sturmlechner <asturm@g.o> (31 Dec 2016)
44 +# on behalf of Andreas K. Hüttel <dilfridge@g.o> (14 Dec 2016)
45 +# Fails to build with newly unmasked ffmpeg-3, so mask this useflag
46 +# Workaround; leaving a real fix to the maintainers... bug 580630
47 +media-libs/mlt vdpau
48 +
49 # Yixun lan <dlan@g.o> (07 Dec 2016)
50 # Disable zfs storage backend since sys-fs/zfs doesn't support 32bit arch
51 app-emulation/libvirt zfs
52
53 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
54 index 3cadd5a..73e5022 100644
55 --- a/profiles/base/package.use.mask
56 +++ b/profiles/base/package.use.mask
57 @@ -10,11 +10,6 @@
58 # Requires masked media-video/libav-12. See bug #603726.
59 >=media-video/mpv-0.23.0 libav
60
61 -# Andreas K. Hüttel <dilfridge@g.o> (14 Dec 2016)
62 -# Fails to build with newly stable ffmpeg-3, so mask this useflag
63 -# Workaround; leaving a real fix to the maintainers... bug 580630
64 -media-libs/mlt vdpau
65 -
66 # Robin H. Johnson <robbat2@g.o> (04 Dec 2016)
67 # Additional HAProxy functionality waiting for related stuff to land in the
68 # tree.