diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-23 04:57:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-23 04:57:25 +0000 |
commit | 9502b7316c84956103234596f7fd3ce6401de9b5 (patch) | |
tree | 9edef3ffebed74e1721509a4cb99783e395acbea | |
parent | Bumped stable version. (diff) | |
download | historical-9502b7316c84956103234596f7fd3ce6401de9b5.tar.gz historical-9502b7316c84956103234596f7fd3ce6401de9b5.tar.bz2 historical-9502b7316c84956103234596f7fd3ce6401de9b5.zip |
fetch, not nofetch #42543
-rw-r--r-- | games-fps/unreal-tournament-infiltration/unreal-tournament-infiltration-290.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/unreal-tournament-infiltration/unreal-tournament-infiltration-290.ebuild b/games-fps/unreal-tournament-infiltration/unreal-tournament-infiltration-290.ebuild index 06335546dce1..1824f59c3120 100644 --- a/games-fps/unreal-tournament-infiltration/unreal-tournament-infiltration-290.ebuild +++ b/games-fps/unreal-tournament-infiltration/unreal-tournament-infiltration-290.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-infiltration/unreal-tournament-infiltration-290.ebuild,v 1.1 2004/02/22 01:41:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-infiltration/unreal-tournament-infiltration-290.ebuild,v 1.2 2004/02/23 04:57:25 vapier Exp $ inherit games @@ -11,7 +11,7 @@ SRC_URI="infiltration${PV}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="x86" -RESTRICT="nofetch" +RESTRICT="fetch" DEPEND="app-arch/unzip || ( games-fps/unreal-tournament games-fps/unreal-tournament-goty )" |