diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2018-12-29 16:15:37 -0500 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2018-12-29 16:15:37 -0500 |
commit | 86d6a9aa080f66872fa9fc0c61a3578cf5fcd232 (patch) | |
tree | c03956befd2c0aae26cb567e72f6e1b7135cf87f /app-emulation/wine-vanilla | |
parent | sys-apps/util-linux: amd64 stable wrt bug #673976 (diff) | |
download | gentoo-86d6a9aa080f66872fa9fc0c61a3578cf5fcd232.tar.gz gentoo-86d6a9aa080f66872fa9fc0c61a3578cf5fcd232.tar.bz2 gentoo-86d6a9aa080f66872fa9fc0c61a3578cf5fcd232.zip |
app-emulation/wine-vanilla: Sync with ::wine
Add alternative source
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index 04acfab00725..7a4be4853fbb 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -12,7 +12,7 @@ MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://source.winehq.org/git/wine.git" + EGIT_REPO_URI="https://source.winehq.org/git/wine.git https://github.com/wine-mirror/wine.git" EGIT_BRANCH="master" inherit git-r3 SRC_URI="" |