commit: 5204f946322edd6bb0c94c95940b6fd6f1c38c1d Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Thu Oct 3 20:57:05 2019 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Thu Oct 3 20:57:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5204f946
games-fps/etqw-bin: Fix SRC_URI to deal with unfetchable file Closes: https://bugs.gentoo.org/695774 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> games-fps/etqw-bin/etqw-bin-1.5-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-fps/etqw-bin/etqw-bin-1.5-r2.ebuild b/games-fps/etqw-bin/etqw-bin-1.5-r2.ebuild index 5956c6bd593..75458580db7 100644 --- a/games-fps/etqw-bin/etqw-bin-1.5-r2.ebuild +++ b/games-fps/etqw-bin/etqw-bin-1.5-r2.ebuild @@ -5,8 +5,8 @@ EAPI=5 inherit eutils games DESCRIPTION="Enemy Territory: Quake Wars" -HOMEPAGE="http://zerowing.idsoftware.com/linux/etqw/" -SRC_URI="ftp://ftp.i3d.net/Games/Enemy%20Territory%20Quake%20Wars/Patches/ETQW-client-${PV}-full.x86.run" +HOMEPAGE="http://zerowing.idsoftware.com/linux/etqw/ETQWFrontPage/" +SRC_URI="http://ftp.jeuxlinux.fr/files/ETQW-client-${PV}-full.x86.run" LICENSE="ETQW" SLOT="0"
