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-vanilla/
Date: Sat, 29 Dec 2018 21:17:59
Message-Id: 1546118137.86d6a9aa080f66872fa9fc0c61a3578cf5fcd232.sarnex@gentoo
1 commit: 86d6a9aa080f66872fa9fc0c61a3578cf5fcd232
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 21:15:37 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 21:15:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d6a9aa
7
8 app-emulation/wine-vanilla: Sync with ::wine
9
10 Add alternative source
11
12 Package-Manager: Portage-2.3.53, Repoman-2.3.12
13 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
14
15 app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
19 index 04acfab0072..7a4be4853fb 100644
20 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
21 +++ b/app-emulation/wine-vanilla/wine-vanilla-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=""