diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-10-03 21:57:05 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-10-03 21:57:57 +0100 |
commit | 5204f946322edd6bb0c94c95940b6fd6f1c38c1d (patch) | |
tree | 8f222e03bb7ba14cd6521e569fe50ad33df8a260 /games-fps/etqw-bin | |
parent | media-libs/allegro: Patch against undefined ref to get_value in 4.4.2 (diff) | |
download | gentoo-5204f946322edd6bb0c94c95940b6fd6f1c38c1d.tar.gz gentoo-5204f946322edd6bb0c94c95940b6fd6f1c38c1d.tar.bz2 gentoo-5204f946322edd6bb0c94c95940b6fd6f1c38c1d.zip |
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@gentoo.org>
Diffstat (limited to 'games-fps/etqw-bin')
-rw-r--r-- | games-fps/etqw-bin/etqw-bin-1.5-r2.ebuild | 4 |
1 files 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 5956c6bd5933..75458580db7e 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" |