diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-07-13 21:36:21 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-07-13 21:36:21 +0000 |
commit | a4b574b7f91e6b28fa680e28efd9979bb6c3bd19 (patch) | |
tree | d5d5b20b0e31b68a95910511bab7594e9661d87b /media-sound/gimmix | |
parent | alpha/ia64/x86 stable (diff) | |
download | gentoo-2-a4b574b7f91e6b28fa680e28efd9979bb6c3bd19.tar.gz gentoo-2-a4b574b7f91e6b28fa680e28efd9979bb6c3bd19.tar.bz2 gentoo-2-a4b574b7f91e6b28fa680e28efd9979bb6c3bd19.zip |
Fixed bad grammar
Diffstat (limited to 'media-sound/gimmix')
-rw-r--r-- | media-sound/gimmix/gimmix-0.4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/gimmix/gimmix-0.4.1.ebuild b/media-sound/gimmix/gimmix-0.4.1.ebuild index b10ce7c370c8..07b06e6f6449 100644 --- a/media-sound/gimmix/gimmix-0.4.1.ebuild +++ b/media-sound/gimmix/gimmix-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gimmix/gimmix-0.4.1.ebuild,v 1.1 2007/07/13 19:35:34 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gimmix/gimmix-0.4.1.ebuild,v 1.2 2007/07/13 21:36:21 angelos Exp $ DESCRIPTION="Gimmix is a graphical music player daemon (MPD) client written in C using GTK2." HOMEPAGE="http://gimmix.berlios.de/" @@ -25,6 +25,6 @@ src_install() { pkg_postinst() { elog "gimmix-0.4.1 introduces a new config file format." - elog "If you had used any version prior to this one," - elog "please delete your ~/.gimmixrc before running gimmix." + elog "If you're upgrading from an older version please" + elog "delete your ~/.gimmixrc before running gimmix." } |