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-d3d9/
Date: Sat, 29 Dec 2018 21:14:17
Message-Id: 1546118011.7a75d3a0c042693585c4c73b24a562f0f5c82f26.sarnex@gentoo
1 commit: 7a75d3a0c042693585c4c73b24a562f0f5c82f26
2 Author: Jacob Hrbek <werifgx <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 29 21:06:37 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 21:13:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=7a75d3a0
7
8 app-emulation/wine-d3d9: Added alternative source.
9
10 Closes: https://github.com/gentoo/repo-proj-wine/pull/12
11 Fixes: https://bugs.gentoo.org/673974
12 Signed-off-by: Jacob Hrbek <werifgx <AT> gmail.com>
13 Package-Manager: Portage-2.3.52, Repoman-2.3.12
14 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
15
16 app-emulation/wine-d3d9/wine-d3d9-9999.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild b/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild
20 index 5bed605..3ebab9a 100644
21 --- a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild
22 +++ b/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -12,7 +12,7 @@ MY_PN="${PN%%-*}"
30 MY_P="${MY_PN}-${PV}"
31
32 if [[ ${PV} == "9999" ]] ; then
33 - EGIT_REPO_URI="https://source.winehq.org/git/wine.git"
34 + EGIT_REPO_URI="https://source.winehq.org/git/wine.git https://github.com/wine-mirror/wine.git"
35 EGIT_BRANCH="master"
36 inherit git-r3
37 SRC_URI=""