diff options
author | Mike Auty <ikelos@gentoo.org> | 2008-01-26 13:11:23 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2008-01-26 13:11:23 +0000 |
commit | 715bbc851afee766548004a398b8f92a7e4ba91c (patch) | |
tree | 5feda2c124521bbbedfd0e7ae7c46cd90b92d4d2 /eclass/vmware-mod.eclass | |
parent | ppc stable, bug #205955 (diff) | |
download | gentoo-2-715bbc851afee766548004a398b8f92a7e4ba91c.tar.gz gentoo-2-715bbc851afee766548004a398b8f92a7e4ba91c.tar.bz2 gentoo-2-715bbc851afee766548004a398b8f92a7e4ba91c.zip |
Fixing typo, bug 207524.
Diffstat (limited to 'eclass/vmware-mod.eclass')
-rw-r--r-- | eclass/vmware-mod.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/vmware-mod.eclass b/eclass/vmware-mod.eclass index 0dbf8f9a4069..c8f52dcf94b1 100644 --- a/eclass/vmware-mod.eclass +++ b/eclass/vmware-mod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vmware-mod.eclass,v 1.16 2008/01/26 01:13:05 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vmware-mod.eclass,v 1.17 2008/01/26 13:11:23 ikelos Exp $ # Ensure vmware comes before linux-mod since we want linux-mod's pkg_preinst and @@ -10,11 +10,11 @@ inherit eutils vmware linux-mod DESCRIPTION="Modules for Vmware Programs" HOMEPAGE="http://www.vmware.com/" SRC_URI="http://platan.vc.cvut.cz/ftp/pub/vmware/${ANY_ANY}.tar.gz - http://platan.vc.cvut.cz/ftp/pub/vmware/obselete/${ANY_ANY}.tar.gz + http://platan.vc.cvut.cz/ftp/pub/vmware/obsolete/${ANY_ANY}.tar.gz http://knihovny.cvut.cz/ftp/pub/vmware/${ANY_ANY}.tar.gz - http://knihovny.cvut.cz/ftp/pub/vmware/obselete/${ANY_ANY}.tar.gz + http://knihovny.cvut.cz/ftp/pub/vmware/obsolete/${ANY_ANY}.tar.gz http://ftp.cvut.cz/vmware/${ANY_ANY}.tar.gz - http://ftp.cvut.cz/vmware/obselete/${ANY_ANY}.tar.gz" + http://ftp.cvut.cz/vmware/obsolete/${ANY_ANY}.tar.gz" LICENSE="vmware" SLOT="0" IUSE="" |