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: Wed, 09 Jan 2019 04:16:16
Message-Id: 1547007362.b988ec66ff106cd769113606d7d9095c1409e220.sarnex@gentoo
1 commit: b988ec66ff106cd769113606d7d9095c1409e220
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 9 04:13:43 2019 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 9 04:16:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=b988ec66
7
8 app-emulation/wine-any: Revert "Added alternative source."
9
10 This reverts commit 9821386e4385699ae875032dc9a66ba413363f25.
11
12 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
13
14 app-emulation/wine-any/wine-any-9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-emulation/wine-any/wine-any-9999.ebuild b/app-emulation/wine-any/wine-any-9999.ebuild
18 index ca707f8..4fa43b8 100644
19 --- a/app-emulation/wine-any/wine-any-9999.ebuild
20 +++ b/app-emulation/wine-any/wine-any-9999.ebuild
21 @@ -12,7 +12,7 @@ MY_PN="${PN%%-*}"
22 MY_P="${MY_PN}-${PV}"
23
24 if [[ ${PV} == "9999" ]] ; then
25 - EGIT_REPO_URI="https://source.winehq.org/git/wine.git https://github.com/wine-mirror/wine.git"
26 + EGIT_REPO_URI="https://source.winehq.org/git/wine.git"
27 EGIT_BRANCH="master"
28 inherit git-r3
29 SRC_URI=""