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-vanilla/
Date: Sat, 29 Dec 2018 21:14:17
Message-Id: 1546117993.62c343d56262bec0b95ea601148c59f88afe8260.sarnex@gentoo
1 commit: 62c343d56262bec0b95ea601148c59f88afe8260
2 Author: Jacob Hrbek <werifgx <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 29 21:05:16 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 21:13:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=62c343d5
7
8 app-emulation/wine-vanilla: 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-vanilla/wine-vanilla-9999.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
19 index ffbae03..7a4be48 100644
20 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
21 +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -12,7 +12,7 @@ MY_PN="${PN%%-*}"
29 MY_P="${MY_PN}-${PV}"
30
31 if [[ ${PV} == "9999" ]] ; then
32 - EGIT_REPO_URI="https://source.winehq.org/git/wine.git"
33 + EGIT_REPO_URI="https://source.winehq.org/git/wine.git https://github.com/wine-mirror/wine.git"
34 EGIT_BRANCH="master"
35 inherit git-r3
36 SRC_URI=""