Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-any/
Date: Sun, 15 Jul 2018 16:02:01
Message-Id: 1531670492.e645c51d5bb91a2960e278eef8d8476d28188f21.sarnex@gentoo
1 commit: e645c51d5bb91a2960e278eef8d8476d28188f21
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 15 16:01:30 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 15 16:01:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=e645c51d
7
8 app-emulation/wine-any: Require staging for ffmpeg
9
10 Package-Manager: Portage-2.3.42, Repoman-2.3.9
11
12 app-emulation/wine-any/wine-any-3.12.ebuild | 1 +
13 app-emulation/wine-any/wine-any-9999.ebuild | 1 +
14 2 files changed, 2 insertions(+)
15
16 diff --git a/app-emulation/wine-any/wine-any-3.12.ebuild b/app-emulation/wine-any/wine-any-3.12.ebuild
17 index d1e7371..6380a95 100644
18 --- a/app-emulation/wine-any/wine-any-3.12.ebuild
19 +++ b/app-emulation/wine-any/wine-any-3.12.ebuild
20 @@ -52,6 +52,7 @@ IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos elibc_glibc
21 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
22 X? ( truetype )
23 elibc_glibc? ( threads )
24 + ffmpeg? ( staging )
25 osmesa? ( opengl )
26 pipelight? ( staging )
27 test? ( abi_x86_32 )
28
29 diff --git a/app-emulation/wine-any/wine-any-9999.ebuild b/app-emulation/wine-any/wine-any-9999.ebuild
30 index d1e7371..6380a95 100644
31 --- a/app-emulation/wine-any/wine-any-9999.ebuild
32 +++ b/app-emulation/wine-any/wine-any-9999.ebuild
33 @@ -52,6 +52,7 @@ IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos elibc_glibc
34 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
35 X? ( truetype )
36 elibc_glibc? ( threads )
37 + ffmpeg? ( staging )
38 osmesa? ( opengl )
39 pipelight? ( staging )
40 test? ( abi_x86_32 )