diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2018-12-29 16:16:16 -0500 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2018-12-29 16:16:16 -0500 |
commit | 3c1843a50e50e4821e806ed724e52b971ea6fca6 (patch) | |
tree | 26be8767e844fbad0439ed4c8091dfc578be1ca0 /app-emulation | |
parent | app-emulation/wine-vanilla: Sync with ::wine (diff) | |
download | gentoo-3c1843a50e50e4821e806ed724e52b971ea6fca6.tar.gz gentoo-3c1843a50e50e4821e806ed724e52b971ea6fca6.tar.bz2 gentoo-3c1843a50e50e4821e806ed724e52b971ea6fca6.zip |
app-emulation/wine-d3d9: 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')
-rw-r--r-- | app-emulation/wine-d3d9/wine-d3d9-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild b/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild index fb4d194b4fbe..3ebab9ae1cb4 100644 --- a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild +++ b/app-emulation/wine-d3d9/wine-d3d9-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="" |