diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-21 19:52:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-21 19:52:23 +0000 |
commit | c1f45adfa8d6701f50ca607061e97424bfb62fd3 (patch) | |
tree | 2b90b0d8c2f6f7e6693165d1596114bb67d15832 /games-arcade | |
parent | added lm_sensor support (x86/amd64), closes #57450 (diff) | |
download | historical-c1f45adfa8d6701f50ca607061e97424bfb62fd3.tar.gz historical-c1f45adfa8d6701f50ca607061e97424bfb62fd3.tar.bz2 historical-c1f45adfa8d6701f50ca607061e97424bfb62fd3.zip |
typo
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/spout/Manifest | 2 | ||||
-rw-r--r-- | games-arcade/spout/spout-1.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/spout/Manifest b/games-arcade/spout/Manifest index 309951187a50..77b467af0ba5 100644 --- a/games-arcade/spout/Manifest +++ b/games-arcade/spout/Manifest @@ -1,4 +1,4 @@ -MD5 7a48d7bd22917d0a5dddf99418295ae9 spout-1.2.ebuild 1125 +MD5 d865f9da18862abc9a264a2924566dd6 spout-1.2.ebuild 1125 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 7d51d0e4e40279f46cf946aa887c2264 ChangeLog 404 MD5 a3c4db96d537df28af9df7322a420a29 files/digest-spout-1.2 66 diff --git a/games-arcade/spout/spout-1.2.ebuild b/games-arcade/spout/spout-1.2.ebuild index fe44933e3677..27991f246d4f 100644 --- a/games-arcade/spout/spout-1.2.ebuild +++ b/games-arcade/spout/spout-1.2.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/games-arcade/spout/spout-1.2.ebuild,v 1.2 2004/07/21 18:47:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/spout-1.2.ebuild,v 1.3 2004/07/21 19:52:23 mr_bones_ Exp $ inherit eutils games @@ -35,7 +35,7 @@ pkg_postinst() { einfo "To play in a greater resolution, do 'spout x', where" einfo "x is an integer; the larger x is, the higher the resolution." echo - einto "To play:" + einfo "To play:" einfo "Accelerate - spacebar, enter, z, x" einfo "Pause - escape" einfo "Exit - shift+escape" |