diff options
author | 2013-02-04 23:34:26 +0000 | |
---|---|---|
committer | 2013-02-04 23:34:26 +0000 | |
commit | ca76829a500766007dc49c4454976b0117553ef7 (patch) | |
tree | 10299cb414de43f49f975d7aa9186eab9812cb31 /sci-geosciences | |
parent | fix typo (diff) | |
download | gentoo-2-ca76829a500766007dc49c4454976b0117553ef7.tar.gz gentoo-2-ca76829a500766007dc49c4454976b0117553ef7.tar.bz2 gentoo-2-ca76829a500766007dc49c4454976b0117553ef7.zip |
fix typo
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/googleearth/ChangeLog | 6 | ||||
-rw-r--r-- | sci-geosciences/googleearth/googleearth-7.0.2.8415.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-geosciences/googleearth/ChangeLog b/sci-geosciences/googleearth/ChangeLog index e5d457df4590..1ccce18a2b41 100644 --- a/sci-geosciences/googleearth/ChangeLog +++ b/sci-geosciences/googleearth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-geosciences/googleearth # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/ChangeLog,v 1.40 2013/02/04 23:32:34 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/ChangeLog,v 1.41 2013/02/04 23:34:26 hasufell Exp $ + + 04 Feb 2013; Julian Ospald <hasufell@gentoo.org> + googleearth-7.0.2.8415.ebuild: + fix typo *googleearth-7.0.2.8415-r1 (04 Feb 2013) diff --git a/sci-geosciences/googleearth/googleearth-7.0.2.8415.ebuild b/sci-geosciences/googleearth/googleearth-7.0.2.8415.ebuild index 06d19dc4f22c..fb6ada7c6a1f 100644 --- a/sci-geosciences/googleearth/googleearth-7.0.2.8415.ebuild +++ b/sci-geosciences/googleearth/googleearth-7.0.2.8415.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/googleearth-7.0.2.8415.ebuild,v 1.2 2013/02/02 13:26:49 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/googleearth-7.0.2.8415.ebuild,v 1.3 2013/02/04 23:34:26 hasufell Exp $ EAPI=5 @@ -11,7 +11,7 @@ HOMEPAGE="http://earth.google.com/" # no upstream versioning, version determined from help/about # incorrect digest means upstream bumped and thus needs version bump SRC_URI="x86? ( http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb - -> GoogleEarthLnux-${PV}_i386.deb ) + -> GoogleEarthLinux-${PV}_i386.deb ) amd64? ( http://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb -> GoogleEarthLinux-${PV}_amd64.deb ) " LICENSE="googleearth GPL-2" |