diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-10-11 12:39:37 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-10-11 12:39:37 +0000 |
commit | 30a8ad0795c09eed6cf6e6771dab5b72d6ac9e18 (patch) | |
tree | 76686c9fef33892ff1938373ede0768ff55ec58e /media-sound/mpd/mpd-0.11.5-r2.ebuild | |
parent | Add a patch so we work with both LinuxPAM and OpenPAM correctly. (diff) | |
download | gentoo-2-30a8ad0795c09eed6cf6e6771dab5b72d6ac9e18.tar.gz gentoo-2-30a8ad0795c09eed6cf6e6771dab5b72d6ac9e18.tar.bz2 gentoo-2-30a8ad0795c09eed6cf6e6771dab5b72d6ac9e18.zip |
Removed rc ebuilds. Fix typo in 0.11.5-r2. Closes bug #150869, by Christoph Mende <ch.mende at gmail.com>.
(Portage version: 2.1.2_pre2-r8)
Diffstat (limited to 'media-sound/mpd/mpd-0.11.5-r2.ebuild')
-rw-r--r-- | media-sound/mpd/mpd-0.11.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/mpd/mpd-0.11.5-r2.ebuild b/media-sound/mpd/mpd-0.11.5-r2.ebuild index a6421c8ada73..15593d40fd4e 100644 --- a/media-sound/mpd/mpd-0.11.5-r2.ebuild +++ b/media-sound/mpd/mpd-0.11.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.11.5-r2.ebuild,v 1.11 2006/08/28 16:49:20 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.11.5-r2.ebuild,v 1.12 2006/10/11 12:39:37 ticho Exp $ inherit eutils @@ -32,7 +32,7 @@ upgrade_warning() { ewarn "See http://bugs.gentoo.org/101877 for details." echo ewarn "Home directory of user mpd, as well as default locations in mpd.conf have" - ewarn "been changed to /var/lib/mpd, please bear that in mind while updating." + ewarn "been changed to /var/lib/mpd, please bear that in mind while updating" ewarn "your mpd.conf file." echo } |