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: Sat, 29 Dec 2018 21:14:16
Message-Id: 1546117971.9821386e4385699ae875032dc9a66ba413363f25.sarnex@gentoo
1 commit: 9821386e4385699ae875032dc9a66ba413363f25
2 Author: Jacob Hrbek <werifgx <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 29 21:01:35 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 21:12:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=9821386e
7
8 app-emulation/wine-any: Added alternative source.
9
10 Fixes: https://bugs.gentoo.org/673974
11 Signed-off-by: Jacob Hrbek <werifgx <AT> gmail.com>
12 Package-Manager: Portage-2.3.52, Repoman-2.3.12
13 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
14
15 app-emulation/wine-any/wine-any-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-emulation/wine-any/wine-any-9999.ebuild b/app-emulation/wine-any/wine-any-9999.ebuild
19 index 4fa43b8..ca707f8 100644
20 --- a/app-emulation/wine-any/wine-any-9999.ebuild
21 +++ b/app-emulation/wine-any/wine-any-9999.ebuild
22 @@ -12,7 +12,7 @@ MY_PN="${PN%%-*}"
23 MY_P="${MY_PN}-${PV}"
24
25 if [[ ${PV} == "9999" ]] ; then
26 - EGIT_REPO_URI="https://source.winehq.org/git/wine.git"
27 + EGIT_REPO_URI="https://source.winehq.org/git/wine.git https://github.com/wine-mirror/wine.git"
28 EGIT_BRANCH="master"
29 inherit git-r3
30 SRC_URI=""