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: Wed, 09 Jan 2019 04:16:15
Message-Id: 1547007362.df816a5f8549f02603722ea8984154c050619dab.sarnex@gentoo
1 commit: df816a5f8549f02603722ea8984154c050619dab
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 9 04:14:00 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=df816a5f
7
8 app-emulation/wine-vanilla: Revert "Added alternative source."
9
10 This reverts commit 62c343d56262bec0b95ea601148c59f88afe8260.
11
12 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
13
14 app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
18 index 7a4be48..ffbae03 100644
19 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
20 +++ b/app-emulation/wine-vanilla/wine-vanilla-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=""