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-staging/
Date: Sun, 27 Jan 2019 17:15:00
Message-Id: 1548609283.ddf623d195693b60e7143178f2334b098eb8437e.sarnex@gentoo
1 commit: ddf623d195693b60e7143178f2334b098eb8437e
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 17:03:44 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=ddf623d1
7
8 app-emulation/wine-staging: Sync with ::wine
9
10 Bump required 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-staging/wine-staging-4.0.ebuild | 2 +-
16 app-emulation/wine-staging/wine-staging-9999.ebuild | 6 +++---
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/app-emulation/wine-staging/wine-staging-4.0.ebuild b/app-emulation/wine-staging/wine-staging-4.0.ebuild
20 index b0f4871a5be..01089f5e252 100644
21 --- a/app-emulation/wine-staging/wine-staging-4.0.ebuild
22 +++ b/app-emulation/wine-staging/wine-staging-4.0.ebuild
23 @@ -130,7 +130,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-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild
34 index 4e3948ed97f..708d1c91e80 100644
35 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild
36 +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild
37 @@ -1,4 +1,4 @@
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 @@ -12,7 +12,7 @@ MY_PN="${PN%%-*}"
44 MY_P="${MY_PN}-${PV}"
45
46 if [[ ${PV} == "9999" ]] ; then
47 - EGIT_REPO_URI="https://source.winehq.org/git/wine.git https://github.com/wine-mirror/wine.git"
48 + EGIT_REPO_URI="https://source.winehq.org/git/wine.git"
49 EGIT_BRANCH="master"
50 inherit git-r3
51 SRC_URI=""
52 @@ -129,7 +129,7 @@ RDEPEND="${COMMON_DEPEND}
53 !app-emulation/wine:0
54 dos? ( >=games-emulation/dosbox-0.74_p20160629 )
55 gecko? ( app-emulation/wine-gecko:2.47[abi_x86_32?,abi_x86_64?] )
56 - mono? ( app-emulation/wine-mono:4.7.3 )
57 + mono? ( app-emulation/wine-mono:4.7.5 )
58 perl? (
59 dev-lang/perl
60 dev-perl/XML-Simple