diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-05-25 21:55:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-05-25 21:55:20 +0000 |
commit | 1d673285ee41110a2cf15e799901e289952ba90a (patch) | |
tree | c63b682615d48afc14e625fbbcaca3ab13b562f7 /games-simulation | |
parent | Stable on x86 wrt bug #132213 (diff) | |
download | gentoo-2-1d673285ee41110a2cf15e799901e289952ba90a.tar.gz gentoo-2-1d673285ee41110a2cf15e799901e289952ba90a.tar.bz2 gentoo-2-1d673285ee41110a2cf15e799901e289952ba90a.zip |
fix src_uri typo
(Portage version: 2.1_rc2-r2)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openttd/openttd-0.4.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-simulation/openttd/openttd-0.4.7.ebuild b/games-simulation/openttd/openttd-0.4.7.ebuild index ce2da311e9e7..623c9c09163e 100644 --- a/games-simulation/openttd/openttd-0.4.7.ebuild +++ b/games-simulation/openttd/openttd-0.4.7.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.4.7.ebuild,v 1.1 2006/03/26 22:15:58 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.4.7.ebuild,v 1.2 2006/05/25 21:55:20 mr_bones_ Exp $ inherit eutils games DESCRIPTION="OpenTTD is a clone of Transport Tycoon Deluxe" HOMEPAGE="http://www.openttd.com/" SRC_URI="mirror://sourceforge/openttd/${P}-source.tar.bz2 - scenarios? ( mirror://sourceforge/openttd/${P}-source-scenarios.zip)" + scenarios? ( mirror://sourceforge/openttd/${P}-source-scenarios.zip )" LICENSE="GPL-2" SLOT="0" |