diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-02-11 21:58:15 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-02-11 22:01:28 +0000 |
commit | a99b9cb458030efd230fe3264f0c6118cfd05228 (patch) | |
tree | ba698da363caa45bb1f38f48116cc21f177454ee /games-fps | |
parent | games-fps/ut2004-bonuspack-ece: Fix broken SRC_URI, bug #609004 (diff) | |
download | gentoo-a99b9cb458030efd230fe3264f0c6118cfd05228.tar.gz gentoo-a99b9cb458030efd230fe3264f0c6118cfd05228.tar.bz2 gentoo-a99b9cb458030efd230fe3264f0c6118cfd05228.zip |
games-fps/ut2004-bonuspack-mega: Fix broken SRC_URI, bug #609004
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r2.ebuild b/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r2.ebuild index 3b42037042ed..66cd2ea75778 100644 --- a/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r2.ebuild +++ b/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,8 +11,7 @@ inherit games games-mods MY_P="ut2004megapack-linux.tar.bz2" HOMEPAGE="http://www.unrealtournament2004.com/" -SRC_URI="mirror://3dgamers/unrealtourn2k4/Missions/${MY_P} - http://0day.icculus.org/ut2004/${MY_P}" +SRC_URI="http://ut2004.ut-files.com/BonusPacks/${MY_P}" LICENSE="ut2003" KEYWORDS="amd64 x86" |