diff options
author | 2004-09-22 12:15:22 +0000 | |
---|---|---|
committer | 2004-09-22 12:15:22 +0000 | |
commit | 6937cc0c807fd0f928eb6474edae6413b60cf471 (patch) | |
tree | d638f3a0c77f882693ef3c394a684f65c3e5b297 /app-emulation | |
parent | version bump (diff) | |
download | historical-6937cc0c807fd0f928eb6474edae6413b60cf471.tar.gz historical-6937cc0c807fd0f928eb6474edae6413b60cf471.tar.bz2 historical-6937cc0c807fd0f928eb6474edae6413b60cf471.zip |
typo fix (bug #64956)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/frodo/Manifest | 12 | ||||
-rw-r--r-- | app-emulation/frodo/frodo-4.1.ebuild | 4 |
2 files changed, 3 insertions, 13 deletions
diff --git a/app-emulation/frodo/Manifest b/app-emulation/frodo/Manifest index 98505f9a69c8..e6bf7e6f5beb 100644 --- a/app-emulation/frodo/Manifest +++ b/app-emulation/frodo/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 7d01b6fbd196a410c94d7b742b79361d ChangeLog 704 -MD5 565e70b9bc9d669e2bd206a408d07a71 frodo-4.1.ebuild 4252 +MD5 72fbf1e86d92ed7e8439c3b61176b7e1 frodo-4.1.ebuild 4255 MD5 4fe0d9e57d72f1236d1510e916feff14 files/digest-frodo-4.1 197 MD5 628e1ba170ad4c5ef64e210f5782a5a5 files/frodo-4.1-gentoo.diff 2486 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.8 (GNU/Linux) - -iD8DBQFA31JjHTu7gpaalycRAvlGAKDfpIbCJ5uyRSdV9IeYVLiAYGA4+QCg7Wej -9eSVBINEgqWC5vqgfqxRXXI= -=9oa0 ------END PGP SIGNATURE----- diff --git a/app-emulation/frodo/frodo-4.1.ebuild b/app-emulation/frodo/frodo-4.1.ebuild index de2925adeb44..63be5736e559 100644 --- a/app-emulation/frodo/frodo-4.1.ebuild +++ b/app-emulation/frodo/frodo-4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/frodo-4.1.ebuild,v 1.7 2004/06/27 23:03:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/frodo-4.1.ebuild,v 1.8 2004/09/22 12:15:22 mr_bones_ Exp $ inherit eutils @@ -89,7 +89,7 @@ einfo " Frodo or FrodoPC if your machine is too slow. " einfo " " einfo " Most Commodore 64 applications load by first pointing to the D64 " einfo " file in preferences, then: " -einfo " LOAD "*",8,1 " +einfo " LOAD \"*\",8,1 " einfo " then: " einfo " RUN " einfo " " |