Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-any/
Date: Sun, 27 Jan 2019 17:15:12
Message-Id: 1548609283.4c3121965b4de57c689ebd99396224d3c78a0627.sarnex@gentoo
1 commit: 4c3121965b4de57c689ebd99396224d3c78a0627
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 17:06:34 2019 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 17:14:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c312196
7
8 app-emulation/wine-any: Sync with ::wine
9
10 Bump requires wine-mono version
11
12 Package-Manager: Portage-2.3.58, Repoman-2.3.12
13 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
14
15 app-emulation/wine-any/wine-any-4.0.ebuild | 2 +-
16 app-emulation/wine-any/wine-any-9999.ebuild | 8 ++++----
17 2 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/app-emulation/wine-any/wine-any-4.0.ebuild b/app-emulation/wine-any/wine-any-4.0.ebuild
20 index 6138610c446..ccf3dac674e 100644
21 --- a/app-emulation/wine-any/wine-any-4.0.ebuild
22 +++ b/app-emulation/wine-any/wine-any-4.0.ebuild
23 @@ -140,7 +140,7 @@ RDEPEND="${COMMON_DEPEND}
24 !app-emulation/wine:0
25 dos? ( >=games-emulation/dosbox-0.74_p20160629 )
26 gecko? ( app-emulation/wine-gecko:2.47[abi_x86_32?,abi_x86_64?] )
27 - mono? ( app-emulation/wine-mono:4.7.3 )
28 + mono? ( app-emulation/wine-mono:4.7.5 )
29 perl? (
30 dev-lang/perl
31 dev-perl/XML-Simple
32
33 diff --git a/app-emulation/wine-any/wine-any-9999.ebuild b/app-emulation/wine-any/wine-any-9999.ebuild
34 index 460586cacbe..02193e5c7b2 100644
35 --- a/app-emulation/wine-any/wine-any-9999.ebuild
36 +++ b/app-emulation/wine-any/wine-any-9999.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 1999-2018 Gentoo Authors
39 +# Copyright 1999-2019 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=6
43
44 -PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv te th tr uk wa zh_CN zh_TW"
45 +PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv te th tr uk wa zh_CN zh_TW"
46 PLOCALE_BACKUP="en"
47
48 inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils
49 @@ -12,7 +12,7 @@ MY_PN="${PN%%-*}"
50 MY_P="${MY_PN}-${PV}"
51
52 if [[ ${PV} == "9999" ]] ; then
53 - EGIT_REPO_URI="https://source.winehq.org/git/wine.git https://github.com/wine-mirror/wine.git"
54 + EGIT_REPO_URI="https://source.winehq.org/git/wine.git"
55 EGIT_BRANCH="master"
56 inherit git-r3
57 SRC_URI=""
58 @@ -139,7 +139,7 @@ RDEPEND="${COMMON_DEPEND}
59 !app-emulation/wine:0
60 dos? ( >=games-emulation/dosbox-0.74_p20160629 )
61 gecko? ( app-emulation/wine-gecko:2.47[abi_x86_32?,abi_x86_64?] )
62 - mono? ( app-emulation/wine-mono:4.7.3 )
63 + mono? ( app-emulation/wine-mono:4.7.5 )
64 perl? (
65 dev-lang/perl
66 dev-perl/XML-Simple