diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-09-15 20:18:41 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-09-15 20:18:41 +0000 |
commit | b108af4e8516d62da0c997a31160557ec6b7c302 (patch) | |
tree | 2ca5c01eacd78fe8a1560b399812e63bb1c3405d /games-puzzle/neverball | |
parent | grammer fixes (diff) | |
download | gentoo-2-b108af4e8516d62da0c997a31160557ec6b7c302.tar.gz gentoo-2-b108af4e8516d62da0c997a31160557ec6b7c302.tar.bz2 gentoo-2-b108af4e8516d62da0c997a31160557ec6b7c302.zip |
split long elog message
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle/neverball')
-rw-r--r-- | games-puzzle/neverball/neverball-1.5.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-puzzle/neverball/neverball-1.5.3.ebuild b/games-puzzle/neverball/neverball-1.5.3.ebuild index 4a37f21dceed..0a6d8d317a46 100644 --- a/games-puzzle/neverball/neverball-1.5.3.ebuild +++ b/games-puzzle/neverball/neverball-1.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/neverball/neverball-1.5.3.ebuild,v 1.1 2009/09/09 16:04:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/neverball/neverball-1.5.3.ebuild,v 1.2 2009/09/15 20:18:41 nyhm Exp $ EAPI=2 inherit eutils games @@ -79,5 +79,6 @@ src_install() { pkg_postinst() { games_pkg_postinst - elog "${P} will overwrite existing high-score files, so back them up if you want to preserve your old scores and progress." + elog "${P} will overwrite existing high-score files, so back them up if" + elog "you want to preserve your old scores and progress." } |