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-d3d9/
Date: Sat, 29 Dec 2018 21:17:58
Message-Id: 1546118176.3c1843a50e50e4821e806ed724e52b971ea6fca6.sarnex@gentoo
1 commit: 3c1843a50e50e4821e806ed724e52b971ea6fca6
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 21:16:16 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 21:16:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1843a5
7
8 app-emulation/wine-d3d9: 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-d3d9/wine-d3d9-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild b/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild
19 index fb4d194b4fb..3ebab9ae1cb 100644
20 --- a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild
21 +++ b/app-emulation/wine-d3d9/wine-d3d9-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=""