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-staging/
Date: Wed, 09 Jan 2019 04:16:15
Message-Id: 1547007362.f40925d4dab9c96ccb6864cd14281c3af012a822.sarnex@gentoo
1 commit: f40925d4dab9c96ccb6864cd14281c3af012a822
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 9 04:13:54 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=f40925d4
7
8 app-emulation/wine-staging: Revert "Added alternative source."
9
10 This reverts commit 5bb19f731894d1238ca500fcdeea314390e589df.
11
12 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
13
14 app-emulation/wine-staging/wine-staging-9999.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild
18 index 4e3948e..e0618a3 100644
19 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild
20 +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -12,7 +12,7 @@ MY_PN="${PN%%-*}"
28 MY_P="${MY_PN}-${PV}"
29
30 if [[ ${PV} == "9999" ]] ; then
31 - EGIT_REPO_URI="https://source.winehq.org/git/wine.git https://github.com/wine-mirror/wine.git"
32 + EGIT_REPO_URI="https://source.winehq.org/git/wine.git"
33 EGIT_BRANCH="master"
34 inherit git-r3
35 SRC_URI=""